diff --git a/public/js/config.js b/public/js/config.js index daf807cd..eb27157a 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -18,8 +18,8 @@ var COMPANY = ""; //通用 // COMPANY = 'jlw'//金林湾 // COMPANY = 'shzj' //上海张江 // COMPANY = 'shjg'//上海优益(上海建工) -// COMPANY = "agjt"; //鞍钢集团 -COMPANY = 'zkax' //中科安信 +COMPANY = "agjt"; //鞍钢集团 +// COMPANY = 'zkax' //中科安信 var PROJECT = { local_test: "common", // 普通版 diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 55638d51..26b6f4d6 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -185,8 +185,8 @@ if (process.env.NODE_ENV == "development") { // axios.defaults.baseURL = 'http://47.93.215.234:9809/'//鞍钢正式地址(弃用) // axios.defaults.baseURL = 'http://42.180.188.17:9809/'//鞍钢正式地址 // axios.defaults.baseURL = 'http://47.93.215.234:11211/'//鞍钢测试地址(弃用) - // axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址 - axios.defaults.baseURL = 'http://8.136.222.164:8808/' //中科安信正式地址 + axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址 + // axios.defaults.baseURL = 'http://8.136.222.164:8808/' //中科安信正式地址 } else if (process.env.NODE_ENV == "debug") { axios.defaults.baseURL = "https://www.ceshi.com"; } else if (process.env.NODE_ENV == "production") { diff --git a/src/components/header.vue b/src/components/header.vue index 67f7aee3..9aff1110 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -144,7 +144,7 @@