zhaoke 2 years ago
parent
commit
89f341f215
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/userManagement/permission/index.vue

+ 1 - 1
src/views/userManagement/permission/index.vue

@@ -278,7 +278,7 @@ watch(
   (newValue) => {
     const { auth_ident } = newValue.value;
     tableForm.value.code = auth_ident;
-    tableForm.value.route_info = "/" + auth_ident;
+    // tableForm.value.route_info = "/" + auth_ident;
   },
   { deep: true }
 );