|
@@ -15,6 +15,9 @@ import pointSteps from '@/views/point/config_point/steps'
|
|
/**项目化配置 */
|
|
/**项目化配置 */
|
|
import collectsetting from '@/views/project_setting/collection_setting/index'
|
|
import collectsetting from '@/views/project_setting/collection_setting/index'
|
|
|
|
|
|
|
|
+/**模型管理 */
|
|
|
|
+import modelFile from '@/views/model/file/index'
|
|
|
|
+
|
|
/** 业务空间 */
|
|
/** 业务空间 */
|
|
import spacelist from '@/views/business_space/business_list'
|
|
import spacelist from '@/views/business_space/business_list'
|
|
|
|
|
|
@@ -113,8 +116,8 @@ export default [
|
|
{ path: '', name: 'Dasboard', component: Dasboard },
|
|
{ path: '', name: 'Dasboard', component: Dasboard },
|
|
{
|
|
{
|
|
path: 'file',
|
|
path: 'file',
|
|
- name: 'Dasboard',
|
|
|
|
- component: Dasboard,
|
|
|
|
|
|
+ name: 'modelFile',
|
|
|
|
+ component: modelFile,
|
|
meta: { keepAlive: false, breadcrumbs: [{ label: '模型管理', path: '/model/file' }, { label: '模型文件管理' }] }
|
|
meta: { keepAlive: false, breadcrumbs: [{ label: '模型管理', path: '/model/file' }, { label: '模型文件管理' }] }
|
|
},
|
|
},
|
|
{
|
|
{
|