From 8971744caa8a84362d02344c1943aed60bb2beeb Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Mon, 23 Sep 2024 13:52:54 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E5=90=88=E5=B9=B6=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/auth/_.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/models/auth/_.ts b/src/models/auth/_.ts index 259968102..080f813ae 100644 --- a/src/models/auth/_.ts +++ b/src/models/auth/_.ts @@ -232,15 +232,15 @@ export async function loadMenu(): Promise { { id: id(), title: '四预', redirect: '/mgr/sy/fhxzfx', icon: 'fxzb', children: [ { id: id(), title: '防洪形势', path: '/mgr/sy/fhxzfx'}, - // { id: id(), title: '天气预报', path: '/mgr/fxzb/tqyb'}, - // { - // id: id(), title: '洪水预报', redirect: '/mgr/fxzb/hsyb/hyybjs', - // children: [ - // { id: id(), title: '洪水预报计算', path: '/mgr/fxzb/hsyb/hyybjs' }, - // { id: id(), title: '预报方案管理', path: '/mgr/fxzb/hsyb/ybfagl' }, - // { id: id(), title: '参数管理', path: '/mgr/fxzb/hsyb/csgl' }, - // ] - // }, + { id: id(), title: '天气预报', path: '/mgr/fxzb/tqyb'}, + { + id: id(), title: '洪水预报', redirect: '/mgr/fxzb/hsyb/hyybjs', + children: [ + { id: id(), title: '洪水预报计算', path: '/mgr/fxzb/hsyb/hyybjs' }, + { id: id(), title: '预报方案管理', path: '/mgr/fxzb/hsyb/ybfagl' }, + { id: id(), title: '参数管理', path: '/mgr/fxzb/hsyb/csgl' }, + ] + }, { id: id(), title: '防汛预案', path: '/mgr/sy/fxya'}, { id: id(), title: '调度规程', path: '/mgr/sy/ddgc'}, {