diff --git a/src/assets/js/http.js b/src/assets/js/http.js index a1ac1e48..a7f15a37 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -90,7 +90,7 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://182.90.224.147:15551/'//港投(成润)项目线上(1) // axios.defaults.baseURL = 'http://118.121.198.147:23232/'//港投(成润)正式 // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ - axios.defaults.baseURL ='http://192.168.34.221:8079' //郭圣雄本地 + axios.defaults.baseURL ='http://192.168.34.221:8070' //郭圣雄本地 // axios.defaults.baseURL ='http://192.168.34.221:30001' //郭圣雄本地 // axios.defaults.baseURL ='http://192.168.34.221:12350/' //金林湾本地 // axios.defaults.baseURL ='http://61.145.163.135:12345' //坪山沙湖 diff --git a/src/store/index.js b/src/store/index.js index 815e1895..25d6e3ed 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -44,17 +44,19 @@ export default new Vuex.Store({ state: { PAGESIZRS: [10, 20, 30, 50], + UPLOADURL:'http://192.168.34.221:8070/upload/image',// 郭正雄 + FILEURL:'http://192.168.34.221:8070/image/',//郭正雄 // UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试 // FILEURL:'http://10.0.1.43:6023/image/',//测试 BASEURL: baseUrl ? baseUrl : window.location.protocol + "//" + window.location.host + "/", //正式环境 - UPLOADURL: - window.location.protocol + - "//" + - window.location.host + - "/upload/image", //正式环境 - FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 + // UPLOADURL: + // window.location.protocol + + // "//" + + // window.location.host + + // "/upload/image", //正式环境 + // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 //--------------------------------------------------------------------------------------------- // BASEURL: baseUrl // ? baseUrl @@ -72,6 +74,8 @@ export default new Vuex.Store({ // UPLOADURL: 'http://139.9.66.234:6324/upload/image', // FILEURL: 'http://139.9.66.234:6324/image/', + + /* 2022-06-06 广西本地的*/ // FILEURL: 'http://182.90.224.237:7000/image/', // 邱平毅的 // BASEURL:'http://192.168.34.116:6023/', diff --git a/src/views/companyAdmin/docManage.vue b/src/views/companyAdmin/docManage.vue index f794427c..c06f23ee 100644 --- a/src/views/companyAdmin/docManage.vue +++ b/src/views/companyAdmin/docManage.vue @@ -98,7 +98,7 @@