优化讨论框

This commit is contained in:
A1300399510
2024-01-31 15:29:31 +08:00
parent 39c14ed9bb
commit 2220b40f7f
46 changed files with 544 additions and 393 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" && "bee67e306e40b7d273d894657043eeb0"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "2821a81ffc0cc95d7ee54abce5c46b71"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},