菜单类型接口

This commit is contained in:
陈淳
2022-09-09 19:34:20 +08:00
parent d4c55620f1
commit 0fb57a0a2c
7 changed files with 66 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 查询字典类型列表
export function listType(query) {
return request({
url: '/system/dict/type/list',
url: '/dictionary/pageList',
method: 'get',
params: query
})