Commit 7eae6093 by hanxuehong

fix: 路由中间空格的删除

parent 8aebd7ed
...@@ -124,7 +124,7 @@ const routes = [ ...@@ -124,7 +124,7 @@ const routes = [
meta: { title: '丢单管理' }, meta: { title: '丢单管理' },
}, },
{ {
path: '/saas/production /assistant/manage', path: '/saas/production/assistant/manage',
component: () => import('@/views/production/AssistantManage.vue'), component: () => import('@/views/production/AssistantManage.vue'),
name: 'production_assistant_manage', name: 'production_assistant_manage',
meta: { title: '应用版本管理' }, meta: { title: '应用版本管理' },
......
...@@ -295,7 +295,7 @@ export default { ...@@ -295,7 +295,7 @@ export default {
path: '', path: '',
label: '应用版本管理', label: '应用版本管理',
icon: 'el-icon-menu', icon: 'el-icon-menu',
index: '/saas/production /assistant/manage', index: '/saas/production/assistant/manage',
children: [] children: []
}, },
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment