发布项目下拉搜索

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-04-27 18:19:25 +08:00
parent a615c0935e
commit e2f61946ca
34 changed files with 366 additions and 325 deletions

View File

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