公告,活动,投诉接口对接完成

This commit is contained in:
Zy
2026-04-14 17:34:33 +08:00
parent 2701b02c59
commit 40f13be704
41 changed files with 2499 additions and 220 deletions

View File

@@ -93,7 +93,7 @@ export const constantRoutes: RouteRecordRaw[] = [
children: [
{
path: '/index',
component: () => import('@/views/index.vue'),
component: () => import('@/views/workbench/index.vue'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
}