修改两层弹窗问题弹窗

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-28 18:40:12 +08:00
parent d46cd159d2
commit b2c0238103
50 changed files with 215 additions and 214 deletions

View File

@@ -10,7 +10,7 @@ axios.defaults.withCredentials = true
axios.interceptors.request.use( //响应拦截
async config => {
// 开发时登录用的,可以直接替换小程序的 authorization
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "3338bf6a2e53dda872da3664a2560b25"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "5d4072190743671262d47cfc469f852f"
return config;
},
error => {