gcz 1 년 전
부모
커밋
b392e12825
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/request.js

+ 1 - 1
common/request.js

@@ -78,7 +78,7 @@ module.exports = (vm) => {
 				complete:function(){
 					showModal = false;
 					uni.$u.vuex('vuex_member_info', {});
-					 // window.location.href = commonConfig.authUrl
+					 window.location.href = commonConfig.authUrl
 					// uni.$u.route(commonConfig.authUrl);
 				}
 			});