From 072bd482d290e356012fa660274828a83c603149 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 13 Jun 2024 20:27:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9C=8B=E6=9D=BF=E7=9A=84=E6=98=BE=E9=9A=90?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/config.js | 4 ++-- src/assets/js/http.js | 4 ++-- src/components/header.vue | 2 +- src/store/index.js | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) 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 @@