diff --git a/src/assets/js/http.js b/src/assets/js/http.js index d68caa7c..384ff3e6 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -86,8 +86,8 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新 // axios.defaults.baseURL = 'http://42.194.144.62:8088/'//中建四局线上(新)地址 // axios.defaults.baseURL = 'http://101.43.164.214:12350'//中建五局线上 - // axios.defaults.baseURL = 'http://182.90.224.147:15551/'//港投(成润)项目线上(1) - axios.defaults.baseURL = 'http://182.90.224.147:30262/'//港投(成润)项目线上(2) + axios.defaults.baseURL = 'http://182.90.224.147:15551/'//港投(成润)项目线上(1) + // axios.defaults.baseURL = 'http://182.90.224.147:30262/'//港投(成润)项目线上(2) // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ diff --git a/src/store/index.js b/src/store/index.js index bc25e386..fdbdd31c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -48,12 +48,12 @@ export default new Vuex.Store({ 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 @@ -95,8 +95,8 @@ export default new Vuex.Store({ // FILEURL: 'http://101.43.164.214:12345/image/',//内蒙古 // UPLOADURL: 'http://42.194.144.62:8088/upload/image',//中建四 // FILEURL: 'http://42.194.144.62:8088/image/',//中建四 - // UPLOADURL: 'http://182.90.224.147:30262/upload/image',//四川成润 - // FILEURL: 'http://182.90.224.147:30262/image/',//四川成润 + UPLOADURL: 'http://182.90.224.147:15551/upload/image',//四川成润 + FILEURL: 'http://182.90.224.147:15551/image/',//四川成润 ACCOUNTTYPE: [ "系统管理员", diff --git a/src/views/companyAdmin/companyDiagram.vue b/src/views/companyAdmin/companyDiagram.vue index 78049ba7..1439c429 100644 --- a/src/views/companyAdmin/companyDiagram.vue +++ b/src/views/companyAdmin/companyDiagram.vue @@ -337,6 +337,7 @@ :visible.sync="addAccountDialog" :modal-append-to-body="false" width="667px" + @close="close" >