ваше сообщение коммита
This commit is contained in:
@@ -212,6 +212,11 @@ const routes = [
|
||||
name: 'management-dle-management',
|
||||
component: () => import('../views/smartcontracts/DleManagementView.vue')
|
||||
},
|
||||
{
|
||||
path: '/management/dle-blocks',
|
||||
name: 'management-dle-blocks',
|
||||
component: () => import('../views/smartcontracts/DleBlocksManagementView.vue')
|
||||
},
|
||||
{
|
||||
path: '/management/proposals',
|
||||
name: 'management-proposals',
|
||||
@@ -277,6 +282,11 @@ const routes = [
|
||||
name: 'module-deploy-custom',
|
||||
component: () => import('../views/smartcontracts/modules/ModuleDeployFormView.vue')
|
||||
},
|
||||
{
|
||||
path: '/management/modules/deploy/inheritance',
|
||||
name: 'module-deploy-inheritance',
|
||||
component: () => import('../views/smartcontracts/modules/InheritanceModuleDeploy.vue')
|
||||
},
|
||||
// {
|
||||
// path: '/management/multisig',
|
||||
// name: 'management-multisig',
|
||||
|
||||
Reference in New Issue
Block a user