From b33f6a4a728fd6adcf45243c2788198b4c58237e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 13 Aug 2025 04:43:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(shop):=20=E5=88=A0=E9=99=A4=20shopArti?= =?UTF-8?q?cle=20=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 shopArticle 模型中的 merchantId 字段 - 删除 shopArticle 相关的视图组件和路由 - 移除 shopArticle 的 CRUD 操作相关代码 --- src/api/shop/shopArticle/model/index.ts | 2 - .../shop/shopArticle/components/search.vue | 42 -- .../components/shopArticleEdit.vue | 584 ------------------ src/views/shop/shopArticle/index.vue | 526 ---------------- 4 files changed, 1154 deletions(-) delete mode 100644 src/views/shop/shopArticle/components/search.vue delete mode 100644 src/views/shop/shopArticle/components/shopArticleEdit.vue delete mode 100644 src/views/shop/shopArticle/index.vue diff --git a/src/api/shop/shopArticle/model/index.ts b/src/api/shop/shopArticle/model/index.ts index 57f73e5..5fc01c4 100644 --- a/src/api/shop/shopArticle/model/index.ts +++ b/src/api/shop/shopArticle/model/index.ts @@ -84,8 +84,6 @@ export interface ShopArticle { bmUsers?: number; // 用户ID userId?: number; - // 商户ID - merchantId?: number; // 项目ID projectId?: number; // 语言 diff --git a/src/views/shop/shopArticle/components/search.vue b/src/views/shop/shopArticle/components/search.vue deleted file mode 100644 index 82fea9d..0000000 --- a/src/views/shop/shopArticle/components/search.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - - diff --git a/src/views/shop/shopArticle/components/shopArticleEdit.vue b/src/views/shop/shopArticle/components/shopArticleEdit.vue deleted file mode 100644 index 7923fc7..0000000 --- a/src/views/shop/shopArticle/components/shopArticleEdit.vue +++ /dev/null @@ -1,584 +0,0 @@ - - - - diff --git a/src/views/shop/shopArticle/index.vue b/src/views/shop/shopArticle/index.vue deleted file mode 100644 index 19bc52f..0000000 --- a/src/views/shop/shopArticle/index.vue +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - -