售后部分测试改动
This commit is contained in:
@ -524,7 +524,7 @@ export const handleLoginStatus = (location, complete, fail, success) => {
|
||||
|
||||
// 是否可以访问
|
||||
let isAuth = false
|
||||
console.log('即将跳转', location, parseUrl(location))
|
||||
// console.log('即将跳转', location, parseUrl(location))
|
||||
|
||||
// 从 location 中获取当前url,location typeof string || object
|
||||
let path = ''
|
||||
|
@ -22,12 +22,12 @@ fly.config.baseURL = VUE_APP_API_URL
|
||||
|
||||
// 小程序请求域名
|
||||
// #ifdef MP-WEIXIN
|
||||
fly.config.baseURL = 'http://itxzz.51vip.biz/api'
|
||||
fly.config.baseURL = 'http://347i13244b.zicp.vip/api'
|
||||
// #endif
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
// app端
|
||||
fly.config.baseURL = 'http://itxzz.51vip.biz/api'
|
||||
fly.config.baseURL = 'http://347i13244b.zicp.vip/api'
|
||||
// #endif
|
||||
|
||||
fly.interceptors.response.use(
|
||||
|
Reference in New Issue
Block a user