diff --git a/src/utils/request.js b/src/utils/request.js index bc8190b..b5a3830 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -49,7 +49,7 @@ }); // 重置vuex里的用户信息; store.commit('user/RESET_INFO'); - // top.window.location.href = 'http://192.168.10.33:7000/login'; //鸿数登录页 + top.window.location.href = 'http://192.168.10.33:7000/login'; //鸿数登录页 } else if (response.data.code == 500) { window.$message.warning(response.data.msg || '服务器发生错误'); }