更新在寄托投币排行榜里增加我要投币

This commit is contained in:
A1300399510
2024-01-12 16:59:35 +08:00
parent 829ed4a0a8
commit 66120a8426
38 changed files with 333 additions and 257 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" && "7d93d59a7e9413280dca0ac8639fa215"
// config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "bee67e306e40b7d273d894657043eeb0"
// config['headers']['authorization'] = "2lfrtq7h3ge634pl4ptlu2pbh2"
return config;
},