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

chore: 修改静态资源地址

上级 0c522feb
VITE_LOGIN_URL=https://login.zijing.chat/auth/login/index VITE_LOGIN_URL=https://login.zijing.chat/auth/login/index
VITE_LAB_URL=https://bi.zijing.chat/bi/?proc=0&action=index VITE_LAB_URL=https://bi.zijing.chat/bi/?proc=0&action=index
VITE_SURVEYKING_URL=https://surveyking.zijing.chat VITE_SURVEYKING_URL=https://surveyking.zijing.chat
\ No newline at end of file VITE_STATIC_URL=https://saas-lab-api
\ No newline at end of file
...@@ -49,6 +49,13 @@ httpRequest.interceptors.response.use( ...@@ -49,6 +49,13 @@ httpRequest.interceptors.response.use(
ElMessage.error(data.message || data.msg) ElMessage.error(data.message || data.msg)
return Promise.reject(data) 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 return data
}, },
function (error) { function (error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论