no message

This commit is contained in:
A1300399510
2024-07-04 17:56:47 +08:00
parent 7009e9e546
commit 04cb308225
36 changed files with 187 additions and 184 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" && "apd452evlcnw2vku5x8abv1ktf92gt71"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "d29e46463cba3deb85c5a35aca0826b7"
return config;
},
error => {