仪表盘
版本库
文件存储
活动
搜索
登录
main
/
zd-before
陕西昭德系统前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新公司部署相关配置修改
gaoluyang
2025-10-24
09c5667700fb6da21d29c41e51fa5482a4b40bc9
[zd-before.git]
/
src
/
api
/
tool
/
publicInterface.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
// 获取路由
export const testUserList = () => {
return request({
url: '/system/user/listAll',
method: 'get'
})
}