UPDATE: VERSION-20260314

This commit is contained in:
libertyspy
2026-03-14 20:55:15 +08:00
parent 2198e108a4
commit 33a77428db
7 changed files with 468 additions and 125 deletions

View File

@@ -42,4 +42,12 @@ export const routes: RouteRecordRaw[] = [
},
component: () => import('@/views/decision/algorithm/management.vue'),
},
{
name: 'decision-fire-rule',
path: '/app/decision/fire-rule',
meta: {
title: '活力规则',
},
component: () => import('@/views/decision/rule/management.vue'),
},
]