仪表盘
版本库
文件存储
活动
搜索
登录
main
/
zd-before
陕西昭德系统前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化生产管理接口及表格字段
张诺
2 天以前
c7afec3ad75b22bc8b96d8129956913c2b473d9b
[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: '/test/user/list',
method: 'get'
})
}