From b9e79b7a4f93b6fd4b9c6d3bc2a8a35c204a5dbf Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Wed, 24 Jan 2024 09:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 + pages/application/dangerous_options/index.vue | 169 ++++++++++++++++++ 2 files changed, 172 insertions(+) create mode 100644 pages/application/dangerous_options/index.vue diff --git a/pages.json b/pages.json index 53f7c76..46a7e8b 100644 --- a/pages.json +++ b/pages.json @@ -585,6 +585,9 @@ { "path": "pages/my/promise/detail", "style": {} + }, + { + "path": "pages/application/dangerous_options/index" } ], "globalStyle": { diff --git a/pages/application/dangerous_options/index.vue b/pages/application/dangerous_options/index.vue new file mode 100644 index 0000000..180e5e2 --- /dev/null +++ b/pages/application/dangerous_options/index.vue @@ -0,0 +1,169 @@ + + + + + \ No newline at end of file