Commit 4a56a4e1 by 李君

1

1 parent 39163ce7
window._serverHost = ['localhost', '192.168.1.134'].includes(window.location.hostname) ? '117.133.143.116:33333' : window.location.host
window._baseUrl = ['localhost', '192.168.1.134'].includes(window.location.hostname) ? 'http://117.133.143.116:33333/tool/' : `${window.location.origin}/btool/`
window._baseImgUrl = ['localhost', '192.168.1.134'].includes(window.location.hostname) ? 'http://117.133.143.116:33333/images/' : `${window.location.origin}/images/`
window._socketUrl = ['localhost', '192.168.1.134'].includes(window.location.hostname) ? `wss://${window._serverHost}/btool/` : `wss://${window._serverHost}/btool/`
window._serverHost = ['localhost', '192.168.1.120'].includes(window.location.hostname) ? 'https://mall.keliuyun.com/' : window.location.host
window._baseUrl = ['localhost', '192.168.1.120'].includes(window.location.hostname) ? 'https://mall.keliuyun.com//tool/' : `${window.location.origin}/btool/`
window._baseImgUrl = ['localhost', '192.168.1.120'].includes(window.location.hostname) ? 'https://mall.keliuyun.com/images/' : `${window.location.origin}/images/`
window._socketUrl = ['localhost', '192.168.1.120'].includes(window.location.hostname) ? `wss://${window._serverHost}/btool/` : `wss://${window._serverHost}/btool/`
const log = console.log.bind(console)
\ No newline at end of file
......@@ -14,7 +14,7 @@ const axiosInstance = axios.create(
// 请求拦截器
axiosInstance.interceptors.request.use(
config => {
// Cookies.set('atoken','8246b767-9f23-47ac-bf2c-ef0ddfe8d629')
// Cookies.set('atoken','94bbea90-fe9e-461e-93a2-4e4e9b2b6652')
if(!Cookies.get('atoken')){
ElMessage({
message: `登录过期,请重新登录`,
......
......@@ -58,8 +58,8 @@ module.exports = {
devServer: {
proxy: {
'/': {
// target: 'https://mall.keliuyun.com/btool/',
target: 'http://117.133.143.116:33333/btool/',
target: 'https://mall.keliuyun.com/btool/',
// target: 'http://117.133.143.116:33333/btool/',
changeOrigin: true
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!