Compare commits

..

No commits in common. "93331a4267233d5cb63c1b1a1af74bece1fed20e" and "ed694205b7d9832aaaed27efeaa633fcdc2663db" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -8,7 +8,7 @@ let expire = localStorage.getItem("TRADE_USER") ? JSON.parse(localStorage.getIte
// 创建axios 实例 // 创建axios 实例
const instacne = axios.create({ const instacne = axios.create({
baseURL: "https://shop.lihaink.cn/", baseURL: "https://crmeb-test.shop.lihaink.cn/",
timeout: 30000, timeout: 30000,
}); });