Browse Source

超管中心bug fix

zhangjie 2 năm trước cách đây
mục cha
commit
083dc7cc41
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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: {