|
@@ -25,21 +25,21 @@ request.interceptors.response.use((res) => {
|
|
|
Toast("登录失败,需要再次登录")
|
|
|
|
|
|
|
|
|
- window.setTimeout(() => {
|
|
|
-
|
|
|
- switch (import.meta.env.MODE) {
|
|
|
- case "development":
|
|
|
- location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h5.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`)
|
|
|
- break;
|
|
|
- case "test":
|
|
|
- location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h51.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`)
|
|
|
- break;
|
|
|
- case "production":
|
|
|
- location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h5.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`);
|
|
|
- break;
|
|
|
- }
|
|
|
- }, 2000)
|
|
|
- break;
|
|
|
+ // window.setTimeout(() => {
|
|
|
+
|
|
|
+ // switch (import.meta.env.MODE) {
|
|
|
+ // case "development":
|
|
|
+ // location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h5.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`)
|
|
|
+ // break;
|
|
|
+ // case "test":
|
|
|
+ // location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h51.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`)
|
|
|
+ // break;
|
|
|
+ // case "production":
|
|
|
+ // location.replace(`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx67ca1b8c9816ef28&redirect_uri=https://jpcj-h5.zzxcx.net/home/test&response_type=code&scope=snsapi_userinfo&state=LOGIN#wechat_redirect`);
|
|
|
+ // break;
|
|
|
+ // }
|
|
|
+ // }, 2000)
|
|
|
+ // break;
|
|
|
case 502:
|
|
|
if (res.data.msg == "微信授权无效,请重新授权") {
|
|
|
location.replace("https://jpcj-h5.zzxcx.net/home/test")
|