售后部分测试改动

This commit is contained in:
Aaron
2021-09-15 11:26:57 +08:00
parent 3a1ce61f97
commit 41cffec39f
12 changed files with 372 additions and 280 deletions

View File

@ -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 中获取当前urllocation typeof string || object
let path = ''

View File

@ -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(