|
@@ -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);
|
|
|
}
|
|
|
});
|