From fbed6d682edbd65b03596d08fdf60e27edce4679 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=98=BF=E6=80=AA?= <690927457@qq.com>
Date: Tue, 22 Apr 2025 23:25:15 +0800
Subject: [PATCH] =?UTF-8?q?feat(goods):=20=E6=B7=BB=E5=8A=A0=E5=95=86?=
=?UTF-8?q?=E5=93=81=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 新增商品管理路由组件
- 添加文章管理子模块- 更新路径信息,注册新组件
---
src/pathInfo.json | 4 +++-
src/view/goods/article/index.vue | 11 +++++++++++
src/view/goods/index.vue | 19 +++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 src/view/goods/article/index.vue
create mode 100644 src/view/goods/index.vue
diff --git a/src/pathInfo.json b/src/pathInfo.json
index 8205a95..d74db75 100644
--- a/src/pathInfo.json
+++ b/src/pathInfo.json
@@ -70,5 +70,7 @@
"/src/view/systemTools/system/system.vue": "Config",
"/src/plugin/announcement/form/info.vue": "InfoForm",
"/src/plugin/announcement/view/info.vue": "Info",
- "/src/plugin/email/view/index.vue": "Email"
+ "/src/plugin/email/view/index.vue": "Email",
+ "/src/view/goods/index.vue": "Goods",
+ "/src/view/goods/article/index.vue": "Article"
}
\ No newline at end of file
diff --git a/src/view/goods/article/index.vue b/src/view/goods/article/index.vue
new file mode 100644
index 0000000..b91856a
--- /dev/null
+++ b/src/view/goods/article/index.vue
@@ -0,0 +1,11 @@
+
+
+ 文章管理
+
+
+
+
\ No newline at end of file
diff --git a/src/view/goods/index.vue b/src/view/goods/index.vue
new file mode 100644
index 0000000..1c78141
--- /dev/null
+++ b/src/view/goods/index.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+