bugfix
This commit is contained in:
parent
bde6205dd5
commit
6b78068405
@ -10,11 +10,6 @@
|
|||||||
},
|
},
|
||||||
"cwidth":10,
|
"cwidth":10,
|
||||||
"items":[
|
"items":[
|
||||||
{
|
|
||||||
"name":"home",
|
|
||||||
"label":"主页",
|
|
||||||
"url":"{{entire_url('public')}}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name":"config",
|
"name":"config",
|
||||||
"label":"配置",
|
"label":"配置",
|
||||||
@ -36,6 +31,27 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"nmae":"上位应用",
|
||||||
|
"label":"upapp",
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"uapi",
|
||||||
|
"label":"接口",
|
||||||
|
"url":"{{entire_url('uapi/uapi')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"upapp",
|
||||||
|
"label":"应用",
|
||||||
|
"url":"{{entire_url('uapi/upapp')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"nmae":"下位应用",
|
||||||
|
"label":"downapp",
|
||||||
|
"url":"{{entire_url('dapi/downapp')}}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"config",
|
"name":"config",
|
||||||
"label":"配置",
|
"label":"配置",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user