增加页面跳转统计

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-28 16:20:20 +08:00
parent 09e57e8e1c
commit a615c0935e
28 changed files with 315 additions and 310 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" && "0f158444e978f6f46ee2b1eea4bfa1d7"
config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "5d4072190743671262d47cfc469f852f"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},