no message

This commit is contained in:
A1300399510
2024-01-03 11:47:49 +08:00
parent 4a46a94688
commit e5e3d10123
35 changed files with 186 additions and 185 deletions

View File

@@ -10,7 +10,7 @@ axios.defaults.withCredentials = true
axios.interceptors.request.use( //响应拦截
async config => {
// 开发时登录用的,可以直接替换小程序的 authorization
// config['headers']['authorization'] = "pa5o1v493ed5mahrcio66267e2"
config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},
error => {