no message

This commit is contained in:
A1300399510
2024-01-31 11:16:48 +08:00
parent 7b1b931964
commit e86d7d945c
40 changed files with 231 additions and 223 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" && "cef8e2a386c3113022602577551cbf5d"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "2821a81ffc0cc95d7ee54abce5c46b71"
return config;
},
error => {