feat: JsonEditor

This commit is contained in:
kailong321200875
2023-08-26 10:10:49 +08:00
parent 2c99cd20f0
commit c0f4517b87
13 changed files with 219 additions and 6 deletions

View File

@@ -220,6 +220,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.richText')
}
},
{
path: 'json-editor',
component: () => import('@/views/Components/Editor/JsonEditor.vue'),
name: 'JsonEditor',
meta: {
title: t('router.jsonEditor')
}
}
]
},