Compare commits

...

2 Commits

Author SHA1 Message Date
zmj 93331a4267 Merge branch 'main' of https://gitea.lihaink.cn/zmj/tradeScreen 2023-12-20 11:47:24 +08:00
zmj 9c83a3baa0 xiu 2023-12-20 11:47:00 +08:00
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,
});