From 6f95dc8beda2d02965a33256361bcfa34cf3e1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 30 Oct 2025 20:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=9C=BA=E6=9E=84=E5=8A=A8?= =?UTF-8?q?=E5=90=91=E7=AE=80=E6=8A=A5=E9=A1=B5=E9=9D=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 ++++ pages/notFoundBriefing/notFoundBriefing.vue | 55 +++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 pages/notFoundBriefing/notFoundBriefing.vue diff --git a/pages.json b/pages.json index bcb036c..35e10c6 100644 --- a/pages.json +++ b/pages.json @@ -361,6 +361,13 @@ "navigationStyle": "custom" } } + }, + { + "path" : "pages/notFoundBriefing/notFoundBriefing", + "style" : + { + "navigationBarTitleText" : "机构动向简报" + } } ], diff --git a/pages/notFoundBriefing/notFoundBriefing.vue b/pages/notFoundBriefing/notFoundBriefing.vue new file mode 100644 index 0000000..bd8dc48 --- /dev/null +++ b/pages/notFoundBriefing/notFoundBriefing.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file