From 202bb70143058b492f78a6963c4c09326b88e222 Mon Sep 17 00:00:00 2001
From: aaron <>
Date: Fri, 10 Jan 2025 10:02:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E5=AE=B6=E5=88=86?=
=?UTF-8?q?=E7=B1=BB=E7=AE=A1=E7=90=86=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layouts/BasicLayout.vue | 3 +
src/router/index.js | 5 +
src/views/merchant/CategoryList.vue | 214 ++++++++++++++++++++++++++++
3 files changed, 222 insertions(+)
create mode 100644 src/views/merchant/CategoryList.vue
diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue
index 8bf541a..a17d835 100644
--- a/src/layouts/BasicLayout.vue
+++ b/src/layouts/BasicLayout.vue
@@ -51,6 +51,9 @@
商家列表
+
+ 商家分类
+
diff --git a/src/router/index.js b/src/router/index.js
index 4297fe8..7a9aa66 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -55,6 +55,11 @@ const routes = [
path: 'list',
component: () => import('@/views/merchant/List.vue'),
meta: { title: '商家列表' }
+ },
+ {
+ path: 'categories',
+ component: () => import('@/views/merchant/CategoryList.vue'),
+ meta: { title: '商家分类' }
}
]
}
diff --git a/src/views/merchant/CategoryList.vue b/src/views/merchant/CategoryList.vue
new file mode 100644
index 0000000..f3f04bd
--- /dev/null
+++ b/src/views/merchant/CategoryList.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file