no message

This commit is contained in:
A1300399510 2024-05-15 11:08:14 +08:00
parent d589cf8013
commit e2dd1310d3

View File

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