diff --git a/node_modules.zip b/node_modules.zip deleted file mode 100644 index 33fa0a3..0000000 Binary files a/node_modules.zip and /dev/null differ diff --git a/src/api.js b/src/api.js index 2811ef4..4b00184 100644 --- a/src/api.js +++ b/src/api.js @@ -8,7 +8,7 @@ let expire = localStorage.getItem("TRADE_USER") ? JSON.parse(localStorage.getIte // 创建axios 实例 const instacne = axios.create({ - baseURL: "https://crmeb-test.shop.lihaink.cn/", + baseURL: "https://shop.lihaink.cn/", timeout: 30000, }); diff --git a/src/components/header.vue b/src/components/header.vue index 8164272..7d4e37b 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -4,41 +4,41 @@
- -
- +
+ src="/static/index/SH.png" alt=""> + src="/static/index/SHXZ.png" alt="">
- + src="/static/index/DD.png" alt=""> +
- + src="/static/index/CW.png" alt=""> +
+ src="/static/index/FH.png" alt="">
@@ -46,15 +46,15 @@
+ src="/static/index/SH.png" alt=""> + src="/static/index/SHXZ.png" alt="">
{{ area }} + src="/static/index/DW.png" alt=""> {{ area }}
@@ -70,7 +70,7 @@
-
diff --git a/src/router/index.js b/src/router/index.js index d5a2f0b..bdebf6a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -58,6 +58,7 @@ const routes = [ ] const router = createRouter({ + mode: 'hash', history: createWebHistory(), routes })