fix(): 菜单排序更改

lsf-dev
李神峰 2024-09-30 10:58:41 +08:00
parent 8303462fe0
commit 1eda2bb38f
2 changed files with 8 additions and 7 deletions

View File

@ -29,7 +29,7 @@
<script type="text/javascript" src="%PUBLIC_URL%/popmotion.xl.min.js"></script>
<script type="text/javascript" src="%PUBLIC_URL%/imouplayer.js"></script>
<script src="%PUBLIC_URL%/h5Player/h5player.min.js"></script>
<title>咸丰县智慧水利平台</title>
<title>檀树岗水库现代化运行管理矩阵平台</title>
<style>
.lf{

View File

@ -211,12 +211,6 @@ export async function loadMenu(): Promise<MenuItem[]> {
]
},
{ id: id(), title: '全周期', redirect: '/mgr/sq/qzq/gcdsj',
children: [
{ id: id(), title: '工程大事记', path: '/mgr/sq/qzq/gcdsj'},
{ id: id(), title: '全周期档案', path: '/mgr/sq/qys/qzqda'},
]
},
{ id: id(), title: '全天候', redirect: '/mgr/sq/qth/sksq',
children: [
{ id: id(), title: '水库水情', path: '/mgr/sq/qth/sksq'},
@ -226,6 +220,13 @@ export async function loadMenu(): Promise<MenuItem[]> {
{ id: id(), title: '视频监控', path: '/mgr/sq/qth/spjk'},
]
},
{ id: id(), title: '全周期', redirect: '/mgr/sq/qzq/gcdsj',
children: [
{ id: id(), title: '工程大事记', path: '/mgr/sq/qzq/gcdsj'},
{ id: id(), title: '全周期档案', path: '/mgr/sq/qys/qzqda'},
]
},
]
},
{