소스 검색

接口权限

ZaiZai 1 년 전
부모
커밋
fcb1fe616b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()