From 90f0d873a61c89bcb710e2081abbc771066e34b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Thu, 30 Nov 2023 09:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B6=88=E6=81=AF=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=B8=AD=EF=BC=8C=E6=9F=A5=E7=9C=8B=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=9A=84=E8=B7=B3=E8=BD=AC=E5=9C=B0=E5=9D=80=EF=BC=8C=E5=A4=84?= =?UTF-8?q?=E7=90=86404=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tools/HeaderNotice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tools/HeaderNotice.vue b/src/components/tools/HeaderNotice.vue index bba217b..f46d68d 100644 --- a/src/components/tools/HeaderNotice.vue +++ b/src/components/tools/HeaderNotice.vue @@ -202,7 +202,7 @@ export default { }, toMyAnnouncement() { this.$router.push({ - path: '/isps/userAnnouncement', + path: '/isystem/userAnnouncement', }) }, modalFormOk() {},