提交 ab21c38a authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改静态资源地址

上级 ee0d0a17
VITE_LOGIN_URL=https://login.zijing.chat/auth/login/index
VITE_QA_CENTER_URL=https://qa-center.zijing.chat
VITE_BI_URL=https://bi.zijing.chat
VITE_STATIC_URL=https://saas-lab-api
......@@ -43,6 +43,13 @@ httpRequest.interceptors.response.use(
ElMessage.error(data.message || data.msg)
return Promise.reject(data)
}
if (import.meta.env.VITE_STATIC_URL) {
try {
return JSON.parse(JSON.stringify(data).replaceAll('https://saas-lab-api', import.meta.env.VITE_STATIC_URL))
} catch (error) {
console.log(error)
}
}
return data
},
function (error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论