From 97f779b5f4c5fbb14f2fcc478b43989da1ce2c5f Mon Sep 17 00:00:00 2001
From: lihaoyuan <18278596806@163.com>
Date: Fri, 18 Jul 2025 10:09:31 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E9=93=BE=E6=8E=A5=E5=AE=98?=
=?UTF-8?q?=E7=BD=91=E6=89=93=E5=BC=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.ts | 8 ++++++++
src/views/m/m.vue | 7 +++++++
2 files changed, 15 insertions(+)
create mode 100644 src/views/m/m.vue
diff --git a/src/router/index.ts b/src/router/index.ts
index 261b3f3..74446d1 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -52,6 +52,14 @@ const routes=[
meta:{
isFullpage: true
}
+ },
+ {
+ path:'/m',
+ name:'m',
+ component:()=>import('@/views/m/m.vue'),
+ meta:{
+ isFullpage: true
+ }
}
];
const router = createRouter({
diff --git a/src/views/m/m.vue b/src/views/m/m.vue
new file mode 100644
index 0000000..0b0c8aa
--- /dev/null
+++ b/src/views/m/m.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file