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 }}
-