This commit is contained in:
zmj 2023-12-20 11:47:00 +08:00
parent dc238fd990
commit 9c83a3baa0
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@
"amfe-flexible": "^2.2.1",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"element-plus": "^3.2.5",
"pinia": "^2.1.7",
"postcss-pxtorem": "^5.1.1",
"vue": "^3.3.8",

View File

@ -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,
});