bugfix
This commit is contained in:
parent
df126dfdf6
commit
8a872f1ab4
@ -10,6 +10,22 @@
|
|||||||
"label":"主页",
|
"label":"主页",
|
||||||
"url":"{{entire_url('public')}}"
|
"url":"{{entire_url('public')}}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name":"llmage",
|
||||||
|
"label":"模型管理",
|
||||||
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"catelog",
|
||||||
|
"label":"模型类型",
|
||||||
|
"url":"{{entire_url('/llmage/llmcatelog')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"llm",
|
||||||
|
"label":"模型",
|
||||||
|
"url":"{{entire_url('llmage/llm')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"upapp",
|
"name":"upapp",
|
||||||
"label":"上位系统",
|
"label":"上位系统",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user