Merge branch 'dt' into daitian

# Conflicts:
#	frontend/src/router/routes.ts
This commit is contained in:
dt
2023-09-05 23:56:39 +08:00
18 changed files with 2728 additions and 44 deletions

View File

@@ -9,16 +9,13 @@ const routes: RouteRecordRaw[] = [
{ path: 'ruleEditor', component: () => import('pages/RuleEditor.vue') },
{ path: 'flowEditor', component: () => import('pages/FlowEditorPage.vue') }
],
children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
},
{
path: '/test/',
children: [{ path: '', component: () => import('pages/testQursar.vue') }],
component: () => import('layouts/MainLayout.vue'),
},
// {
// path: '/ruleEditor/',
// component: () => import('layouts/MainLayout.vue'),
// children: [{ path: '', component: () => import('pages/RuleEditor.vue') }],
// },
// {
// path: '/flowEditor/',
// component: () => import('layouts/FlowEditorPage.vue'),
// },
// Always leave this as last one,
// but you can also remove it