Initial commit

This commit is contained in:
libertyspy
2026-02-09 21:03:57 +08:00
parent c9bc62fb8c
commit db30244cd1
7 changed files with 232 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ export const routes: RouteRecordRaw[] = [
name: 'decision-algorithm-management',
path: '/app/decision/algorithm/management',
meta: {
title: '规则管理',
title: '指挥决策规则管理',
},
component: () => import('@/views/decision/algorithm/management.vue'),
},