瀏覽代碼

跳转小程序3

zhangyujun 3 年之前
父節點
當前提交
0b01de982d
共有 1 個文件被更改,包括 15 次插入15 次删除
  1. 15 15
      src/api/request.ts

+ 15 - 15
src/api/request.ts

@@ -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")