no message

This commit is contained in:
A1300399510
2024-01-10 16:56:47 +08:00
parent db12c1d102
commit 4cf6385da0
40 changed files with 293 additions and 283 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" && "5b7a271e075cfd00c3efd0789b0d119c"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "7d93d59a7e9413280dca0ac8639fa215"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},