加入直接打开我的弹窗

This commit is contained in:
A1300399510
2024-05-15 10:58:10 +08:00
parent b440183aac
commit 0588ac57ff
43 changed files with 297 additions and 300 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" && "apd452evlcnw2vku5x8abv1ktf92gt71"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},