From a82c5e38ea33168361458fb4470c414b46bcb9b0 Mon Sep 17 00:00:00 2001 From: liucan Date: Wed, 30 Apr 2025 13:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-subspecialty/router/index.js | 13 +++++++------ src/page-subspecialty/views/articleList/index.vue | 8 ++++---- .../views/questionEyehistory/index.vue | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/page-subspecialty/router/index.js b/src/page-subspecialty/router/index.js index bbf3820..9d8320b 100644 --- a/src/page-subspecialty/router/index.js +++ b/src/page-subspecialty/router/index.js @@ -47,12 +47,13 @@ const pageRoutes = [ component: () => import('@/page-subspecialty/views/articleList'), name: 'articleList', meta: { title: '文章列表' } - }, { - path: '/editor', - component: () => import('@/page-subspecialty/views/editor'), - name: 'editor', - meta: { title: '编辑器' } - } + }, + // { + // path: '/editor', + // component: () => import('@/page-subspecialty/views/editor'), + // name: 'editor', + // meta: { title: '编辑器' } + // } ] const router = new Router({ diff --git a/src/page-subspecialty/views/articleList/index.vue b/src/page-subspecialty/views/articleList/index.vue index 2f5b5f4..b13ca91 100644 --- a/src/page-subspecialty/views/articleList/index.vue +++ b/src/page-subspecialty/views/articleList/index.vue @@ -3,7 +3,7 @@ -
新建文章
+
@@ -11,10 +11,10 @@

{{ item.name }}

发布时间:{{ item.createDate }}
-