no message

This commit is contained in:
A1300399510
2024-01-11 17:23:17 +08:00
parent 3f472289eb
commit ae8db757fc
48 changed files with 310 additions and 311 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" && "7d93d59a7e9413280dca0ac8639fa215"
// config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "7d93d59a7e9413280dca0ac8639fa215"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},