From 08695ffddb371fc34d62431dac69952f056665a1 Mon Sep 17 00:00:00 2001 From: dzl <786316265@qq.com> Date: Tue, 23 Sep 2025 09:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=A5=E7=A6=BB=E5=95=86=E5=9F=8E=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Layout.vue | 10 - src/router/index.js | 41 - src/views/Orders.vue | 422 ---------- src/views/ProductAttributes.vue | 438 ---------- src/views/ProductForm.vue | 1102 ------------------------- src/views/ProductSpecCombinations.vue | 831 ------------------- src/views/Products.vue | 327 -------- 7 files changed, 3171 deletions(-) delete mode 100644 src/views/Orders.vue delete mode 100644 src/views/ProductAttributes.vue delete mode 100644 src/views/ProductForm.vue delete mode 100644 src/views/ProductSpecCombinations.vue delete mode 100644 src/views/Products.vue diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 0ef5915..3f261c6 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -30,16 +30,6 @@ - - - - - - - - - - diff --git a/src/router/index.js b/src/router/index.js index 6b92b69..cc60097 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,47 +50,6 @@ const routes = [ requiresAdmin: true } }, - { - path: 'products', - name: 'Products', - component: () => import('@/views/Products.vue'), - meta: { - title: '商品管理 - 积分商城管理系统', - icon: 'Goods', - requiresAdmin: true - } - }, - { - path: 'products/create', - name: 'CreateProduct', - component: () => import('@/views/ProductForm.vue'), - meta: { - title: '创建商品 - 积分商城管理系统', - icon: 'Plus', - requiresAdmin: true - } - }, - { - path: 'products/edit/:id', - name: 'EditProduct', - component: () => import('@/views/ProductForm.vue'), - meta: { - title: '编辑商品 - 积分商城管理系统', - icon: 'EditPen', - requiresAdmin: true - } - }, - - { - path: 'products/:id/spec-combinations', - name: 'ProductSpecCombinations', - component: () => import('@/views/ProductSpecCombinations.vue'), - meta: { - title: '商品规格组合管理 - 积分商城管理系统', - icon: 'Grid', - requiresAdmin: true - } - }, { path: 'orders', name: 'Orders', diff --git a/src/views/Orders.vue b/src/views/Orders.vue deleted file mode 100644 index 7ec1ddf..0000000 --- a/src/views/Orders.vue +++ /dev/null @@ -1,422 +0,0 @@ - - - - - diff --git a/src/views/ProductAttributes.vue b/src/views/ProductAttributes.vue deleted file mode 100644 index 82d96d5..0000000 --- a/src/views/ProductAttributes.vue +++ /dev/null @@ -1,438 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/ProductForm.vue b/src/views/ProductForm.vue deleted file mode 100644 index 7fe72b5..0000000 --- a/src/views/ProductForm.vue +++ /dev/null @@ -1,1102 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/ProductSpecCombinations.vue b/src/views/ProductSpecCombinations.vue deleted file mode 100644 index 78efcef..0000000 --- a/src/views/ProductSpecCombinations.vue +++ /dev/null @@ -1,831 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/Products.vue b/src/views/Products.vue deleted file mode 100644 index 0ef7014..0000000 --- a/src/views/Products.vue +++ /dev/null @@ -1,327 +0,0 @@ - - - - - \ No newline at end of file