Browse Source

接口权限

ZaiZai 1 năm trước cách đây
mục cha
commit
fcb1fe616b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/authority/api.vue

+ 1 - 1
src/views/authority/api.vue

@@ -63,7 +63,7 @@ const searchForm = ref({ sysId: null, name: null })
 //搜索
 const searchClick = () => {
     router.push({
-        name: 'data_scope',
+        name: 'api_scope',
         query: searchForm.value,
     })
     getTableData()