@@ -185,7 +185,11 @@ export const userMixin = {
this.$store.commit('UPDATE_USER_INFO', userInfo)
// 刷新当前页面
- this.$router.go(0)
+ // this.$router.go(0)
+ // 返回上个页面
+ this.$router.go(-1)
+ // 返回上上个页面
+ // this.$router.go(-2)
this.userLogin = {
principal: null,
credential: null,