添加直接新建命令功能

This commit is contained in:
fofolee
2022-04-13 23:05:35 +08:00
parent b4aa6f9837
commit 39b8c23a73
4 changed files with 15 additions and 16 deletions

View File

@@ -12,8 +12,9 @@ const routes = [{
},
{
path: '/newcommand',
name: 'newcommand',
component: () =>
import ('pages/NewCommand.vue')
import ('pages/ConfigurationPage.vue')
},
{
path: '/:type(default|files|img|key|regex|window|professional)_:uid(\\w+)',