浏览代码

超管中心bug fix

zhangjie 2 年之前
父节点
当前提交
083dc7cc41
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/modules/admin/views/Admin.vue

+ 0 - 5
src/modules/admin/views/Admin.vue

@@ -128,11 +128,6 @@ export default {
       return;
     }
 
-    if (this.$route.name === "Admin") {
-      this.$router.replace({
-        name: "AdminUserManage"
-      });
-    }
     this.initData();
   },
   methods: {