修改弹窗高度变大问题

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-04-09 18:44:35 +08:00
parent b2c0238103
commit 6286d0fb19
48 changed files with 222 additions and 222 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" && "5d4072190743671262d47cfc469f852f"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "2434e9674f3ba0afa6da5c9253422151"
return config;
},
error => {