Browse Source

feat: 字典

liming 4 months ago
parent
commit
7cbe9df3db
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/path/dict.js

+ 2 - 2
src/api/path/dict.js

@@ -7,7 +7,7 @@ export function dictionaryList(param) {
 
 // 获取字典
 export function dictionaryDetail(params) {
-    return service.get('/admin/system/getDic', { params })
+    return service.get('/admin/system/getEnu', { params })
 }
 
 // 添加字典
@@ -27,5 +27,5 @@ export function dictionaryDelete(params) {
 
 // 获取下级分类
 export function dictionaryDeleteAll(params) {
-    return service.get('/admin/system/getDic', { params })
+    return service.get('/admin/system/getEnu', { params })
 }