no message

This commit is contained in:
A1300399510
2024-02-18 20:19:03 +08:00
parent 11ab23f6d3
commit 50c4074182
165 changed files with 18003 additions and 13290 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" && "2821a81ffc0cc95d7ee54abce5c46b71"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "74cf528be95626d73b17732a825a293c"
return config;
},
error => {