更新PC回应

This commit is contained in:
A1300399510
2024-07-24 16:17:06 +08:00
parent b32bd1904f
commit 5dce5089ce
57 changed files with 820 additions and 330 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" && "0aej1kx1phbkzuks3c77xtect8s7qq47"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "d6etgb2mcki4j527mc3bcptll5"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},