字体加入区分参数

This commit is contained in:
A1300399510
2024-07-25 11:30:29 +08:00
parent 422d16de43
commit a646f21892
38 changed files with 203 additions and 211 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" && "d6etgb2mcki4j527mc3bcptll5"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "8b57dba168f09b07175629edecac6bb7"
return config;
},
error => {