Explorar o código

feat: 调整管理员角色接口地址

liujia hai 3 semanas
pai
achega
e010face81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/system/index.ts

+ 1 - 1
src/api/system/index.ts

@@ -11,7 +11,7 @@ export const queryRoleList = (): Promise<
     }[]
   >
 > => {
-  return request.get('/system/roleList')
+  return request.get('/role/queryList')
 }
 
 /**