From c0b25894cbc85ba21f41478deca967a366da7928 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 20 Aug 2024 16:28:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=93=BE=E6=8E=A5=E6=8E=A5=E5=8F=A3=E8=81=94?= =?UTF-8?q?=E8=B0=83=20sws=202024-08-20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/url-value/index.vue | 4 +-- .../common/url-value/url-value-dialog.vue | 13 ++++++++-- .../model-article-tabs-content.vue | 25 ++++++++++++------- .../components/main/default/article-tabs.ts | 12 ++++----- 4 files changed, 35 insertions(+), 19 deletions(-) diff --git a/src/components/common/url-value/index.vue b/src/components/common/url-value/index.vue index 0e994acc..f1c36e98 100644 --- a/src/components/common/url-value/index.vue +++ b/src/components/common/url-value/index.vue @@ -1,4 +1,4 @@ - + diff --git a/src/layout/components/main/default/article-tabs.ts b/src/layout/components/main/default/article-tabs.ts index 98e2218d..9c8316f1 100644 --- a/src/layout/components/main/default/article-tabs.ts +++ b/src/layout/components/main/default/article-tabs.ts @@ -58,12 +58,12 @@ const defaultArticleTabs: DefaultArticleTabs = { tabs_top_up: true, article_style: '0', tabs_list: [ - { id: '1', title: '热门推荐', desc: '简介', article_check: '1', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, - { id: '2', title: '测试一', desc: '简介', article_check: '1', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, - { id: '3', title: '测试二', desc: '简介', article_check: '1', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, - { id: '4', title: '测试三', desc: '简介', article_check: '1', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, - { id: '5', title: '测试四', desc: '简介', article_check: '1', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, - { id: '6', title: '测试五', desc: '简介', article_check: '1', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, + { id: '1', title: '热门推荐', desc: '简介', article_check: '0', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, + { id: '2', title: '测试一', desc: '简介', article_check: '0', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, + { id: '3', title: '测试二', desc: '简介', article_check: '0', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, + { id: '4', title: '测试三', desc: '简介', article_check: '0', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, + { id: '5', title: '测试四', desc: '简介', article_check: '0', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, + { id: '6', title: '测试五', desc: '简介', article_check: '0', article_type: [], number: 4, sort: '0', sort_rules: '0', is_img_show: true, article_list: [] }, ], is_show: ['0', '1'], },