From 6d5eaa7fe6cedb4cb273e74ebbbf988c3610cb07 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Sat, 6 Sep 2025 16:42:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E6=B7=BB=E5=8A=A0=E8=B5=84?= =?UTF-8?q?=E8=AE=AF=E7=B2=BE=E9=80=89=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=8F=8A=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增资讯精选页面路由配置及对应的Vue组件,实现资讯管理功能,包括搜索、筛选、排序、编辑、发布等操作 --- src/router/route.ts | 15 +- src/views/pages/richedit/all.vue | 842 +++++++++++++++++++++++++++++++ 2 files changed, 856 insertions(+), 1 deletion(-) create mode 100644 src/views/pages/richedit/all.vue diff --git a/src/router/route.ts b/src/router/route.ts index a822d71..03335c8 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -121,7 +121,20 @@ export const dynamicRoutes: Array = [ roles: ['admin'], }, }, - + { + path: '/richeditall', + name: 'richeditall', + component: () => import('/@/views/pages/richedit/all.vue'), + meta: { + title: '资讯精选', + isLink: '', + isHide: false, + isKeepAlive: true, + isAffix: true, + isIframe: false, + roles: ['admin'], + }, + }, { path: '/richeditMobile', name: 'richeditMobile', diff --git a/src/views/pages/richedit/all.vue b/src/views/pages/richedit/all.vue new file mode 100644 index 0000000..b08f59d --- /dev/null +++ b/src/views/pages/richedit/all.vue @@ -0,0 +1,842 @@ + + + + +