Commit efc351cb by ethanlamzs

重新编写对应的路径

1 parent 9fd72756
...@@ -125,7 +125,7 @@ const menuData = [{ ...@@ -125,7 +125,7 @@ const menuData = [{
path: 'devutil', path: 'devutil',
children: [{ children: [{
name: '企业号', name: '企业号',
path: 'linkmanadm', path: 'schoollist',
}], }],
} }
,{ ,{
......
...@@ -159,7 +159,7 @@ export const getRouterData = (app) => { ...@@ -159,7 +159,7 @@ export const getRouterData = (app) => {
'/user/register-result': { '/user/register-result': {
component: dynamicWrapper(app, [], () => import('../routes/User/RegisterResult')), component: dynamicWrapper(app, [], () => import('../routes/User/RegisterResult')),
}, },
'/devutil/linkmanadm': { '/devutil/schoollist': {
component: dynamicWrapper(app, ['schools'], () => import('../routes/devutil/schoollist')), component: dynamicWrapper(app, ['schools'], () => import('../routes/devutil/schoollist')),
}, },
// '/user/:id': { // '/user/:id': {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!