From 13c0c5b1d565ff5602399493a0147a5cb23fc4d8 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Wed, 5 Jun 2024 15:16:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 4 +- src/components/centerChange.vue | 34 ++++- src/components/header.vue | 24 ++- src/components/userChange.vue | 138 +++++++++++------- src/views/companyAdmin/layout.vue | 27 +++- .../equipmentCenter/laborManage/devConfig.vue | 6 +- src/views/infoCenter/layout.vue | 27 +++- .../projectFront/carManage/carManage.vue | 2 +- .../projectFront/carManage/realTimeData.vue | 17 +++ src/views/supplierAdmin/layout.vue | 26 +++- src/views/userCenter/layout.vue | 28 +++- src/views/workSpace/index.vue | 1 + 12 files changed, 262 insertions(+), 72 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index d257c7a7..d8b3c583 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -82,9 +82,9 @@ if (process.env.NODE_ENV == "development") { // axios.defaults.baseURL ='http://huli.zjzhiliao.com/jxjgdapi/' //金林湾测试线上 // axios.defaults.baseURL ='http://101.43.164.214:45001/' //上海张江 // axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工) - // axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地 + axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地 // axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地 - axios.defaults.baseURL = "http://192.168.34.221:9111/"; //郭圣雄本地 + // axios.defaults.baseURL = "http://192.168.34.221:9111/"; //郭圣雄本地 // axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地 // axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程 // axios.defaults.baseURL = 'http://jxj.zhgdyun.com:61212/' //彭洁远程 diff --git a/src/components/centerChange.vue b/src/components/centerChange.vue index 28b2dea8..37eb54f2 100644 --- a/src/components/centerChange.vue +++ b/src/components/centerChange.vue @@ -13,6 +13,16 @@ 个人中心
+
+ {{item.moduleName}} +
+
+ @@ -45,15 +55,35 @@