UNPKG
ucf-fe
Version:
latest (0.1.0)
0.1.0
轻量级门户框架
github.com/iuap-design/ucf-fe
iuap-design/ucf-fe
ucf-fe
/
uba.mock.js
12 lines
(11 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * 模拟数据设置 */
module
.exports = {
"GET"
: [ {
"/wbalone/appmenumgr/newSidebarList"
:
"./mock/sidebar.json"
}, ],
"POST"
: [ {
"/system/role/list"
:
"./mock/sys-manage/role-manage/list.json"
}, ] }