From ad0f64a48a212be2e4d40a9cf47e7a2b2c47e677 Mon Sep 17 00:00:00 2001 From: yuantao Date: Tue, 28 Oct 2025 10:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++++- subPages/welcome/index.vue | 13 +++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 subPages/welcome/index.vue diff --git a/pages.json b/pages.json index 5e7fb68..b86d452 100644 --- a/pages.json +++ b/pages.json @@ -7,7 +7,11 @@ "subPackages": [ { "root": "subPages", - "pages": [] + "pages": [ + { + "path": "welcome/index" + } + ] } ], "easycom": { diff --git a/subPages/welcome/index.vue b/subPages/welcome/index.vue new file mode 100644 index 0000000..207abe0 --- /dev/null +++ b/subPages/welcome/index.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file