refactor(commandPanel): 重命名指令模块目录为 commandPanel
This commit is contained in:
@@ -19,7 +19,7 @@ const MainRoutes = {
|
||||
{
|
||||
name: 'Commands',
|
||||
path: '/commands',
|
||||
component: () => import('@/views/command/index.vue')
|
||||
component: () => import('@/views/commandPanel/index.vue')
|
||||
},
|
||||
{
|
||||
name: 'ExtensionMarketplace',
|
||||
|
||||
Reference in New Issue
Block a user