1 Star 0 Fork 3.8K

APIJSON/Admin.NET

forked from zuohuaijun/Admin.NET 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
admin.ts 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
arwin 提交于 2023-02-20 15:04 +08:00 . update Web/src/api/system/admin.ts.
import request from '/@/utils/request';
enum Api {
DictTypeDataList = '/api/sysDictData/DataList',
}
// 根据字典类型编码获取字典值集合
export const getDictDataList = (params?: any) =>
request({
url: `${Api.DictTypeDataList}/${params}`,
method: 'get'
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/APIJSON/Admin.NET.git
git@gitee.com:APIJSON/Admin.NET.git
APIJSON
Admin.NET
Admin.NET
next

搜索帮助