仪表盘
版本库
文件存储
活动
搜索
登录
main
/
zd-before
陕西昭德系统前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/dev' into dev
gaoluyang
昨天
c25a27347be2c46177b615426297836b30915608
[zd-before.git]
/
src
/
api
/
publicApi
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
// 文档管理
import request from '@/utils/request'
// /system/user/listAll
// 查询所有用户列表
export function userListAll() {
return request({
url: '/system/user/listAll',
method: 'get'
})
}