From 071cef318fd52a07f7f08b42fd6b1a75bb243179 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Wed, 9 Jul 2025 09:51:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E7=99=BC=E4=BD=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/json/authMenuList.json | 4 +- src/views/foundation/index.vue | 14 +- src/views/news/class/example/index.ts | 51 +++---- src/views/news/class/index.vue | 11 +- src/views/news/details/index.vue | 14 +- src/views/news/list/index.vue | 11 +- src/views/product/class/example/index.ts | 150 +++++++-------------- src/views/product/class/index.vue | 13 +- src/views/product/details/example/index.ts | 4 +- src/views/product/details/index.vue | 11 +- src/views/product/list/example/index.ts | 1 - src/views/product/list/index.vue | 12 +- 12 files changed, 131 insertions(+), 165 deletions(-) diff --git a/src/assets/json/authMenuList.json b/src/assets/json/authMenuList.json index ba66715..bda18b9 100644 --- a/src/assets/json/authMenuList.json +++ b/src/assets/json/authMenuList.json @@ -78,7 +78,7 @@ "meta": { "icon": "", "zhTitle": "产品分类接口", - "enTitle":"Product class List API", + "enTitle":"Product Class API", "isKeepAlive": true, "isAffix":true } @@ -140,7 +140,7 @@ "meta": { "icon": "", "zhTitle": "新闻分类接口", - "enTitle":"news class List API", + "enTitle":"News Class List API", "isKeepAlive": true, "isAffix":true } diff --git a/src/views/foundation/index.vue b/src/views/foundation/index.vue index af52b77..60fa455 100644 --- a/src/views/foundation/index.vue +++ b/src/views/foundation/index.vue @@ -1,11 +1,12 @@