初步完善2.0

This commit is contained in:
xuqiuyun
2025-12-10 16:49:35 +08:00
parent 980ffb39b9
commit ec9061fd82
61 changed files with 2638 additions and 2323 deletions

View File

@@ -357,6 +357,16 @@ export const constantRoutes: Array<RouteRecordRaw> = [
},
component: () => import('~/views/slaughter/entry.vue'),
},
{
path: 'record',
name: 'record',
meta: {
title: '屠宰记录',
keepAlive: true,
requireAuth: true,
},
component: () => import('~/views/slaughter/record.vue'),
},
],
},
{