es文档开发

This commit is contained in:
暮光:城中城
2019-07-26 23:48:48 +08:00
parent fc02414519
commit 9d7149aa04
8 changed files with 322 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ import DataDatasourceManage from './views/data/DatasourceManage.vue'
import DataRouterView from './views/data/RouterView.vue'
import IndexShow from './views/index/Show.vue'
import IndexExecuter from './views/index/Executer.vue'
import IndexRouterView from './views/index/RouterView.vue'
import CommonNoAuth from './views/common/NoAuth.vue'
@@ -34,6 +35,7 @@ let routes = [
component: IndexRouterView,
children: [
{path: 'show', name: '索引信息',component: IndexShow},
{path: 'executer', name: '执行器',component: IndexExecuter},
]
}, {
path: '/data',