@@ -190,9 +190,9 @@ export const userMixin = {
store.commit('SET_USER_INFO', userInfo)
// 刷新当前页面
- // this.$router.go(0)
+ this.$router.go(0)
// 返回上个页面
- this.$router.go(-1)
+ // this.$router.go(-1)
// 返回上上个页面
// this.$router.go(-2)
this.userLogin = {