gcz hace 1 año
padre
commit
b392e12825
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 				}
 			});