From 556d09b55895b891d7599626512482a7d0c89f6a Mon Sep 17 00:00:00 2001 From: qzc Date: Tue, 24 Sep 2024 17:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/auth/_.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/models/auth/_.ts b/src/models/auth/_.ts index cb7511087..609546689 100644 --- a/src/models/auth/_.ts +++ b/src/models/auth/_.ts @@ -250,13 +250,13 @@ 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: '天气预报', path: '/mgr/sy/tqyb' }, { - id: id(), title: '洪水预报', redirect: '/mgr/fxzb/hsyb/hyybjs', + id: id(), title: '洪水预报', redirect: '/mgr/sy/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/hsyb/hyybjs' }, + { id: id(), title: '预报方案管理', path: '/mgr/sy/hsyb/ybfagl' }, + { id: id(), title: '参数管理', path: '/mgr/sy/hsyb/csgl' }, ] }, { id: id(), title: '防汛预案', path: '/mgr/sy/fxya' },