Commit 7a92dcd3 authored by chen shuai's avatar chen shuai

fix : fix menu error

parent 0a7b12a8
...@@ -34,6 +34,6 @@ module.exports = { ...@@ -34,6 +34,6 @@ module.exports = {
'linebreak-style': 0, 'linebreak-style': 0,
}, },
settings: { settings: {
polyfills: ['fetch', 'promises', 'url'], polyfills: ['fetch', 'Promise', 'url', 'object-assign'],
}, },
}; };
...@@ -265,28 +265,28 @@ export default [ ...@@ -265,28 +265,28 @@ export default [
}, },
], ],
}, },
// editor ],
},
// editor
{
name: 'editor',
icon: 'highlight',
path: '/editor',
routes: [
{ {
name: 'editor', path: '/editor/flow',
icon: 'highlight', name: 'flow',
path: '/editor', component: './Editor/GGEditor/Flow',
routes: [ },
{ {
path: '/editor/flow', path: '/editor/mind',
name: 'flow', name: 'mind',
component: './Editor/GGEditor/Flow', component: './Editor/GGEditor/Mind',
}, },
{ {
path: '/editor/mind', path: '/editor/koni',
name: 'mind', name: 'koni',
component: './Editor/GGEditor/Mind', component: './Editor/GGEditor/Koni',
},
{
path: '/editor/koni',
name: 'koni',
component: './Editor/GGEditor/Koni',
},
],
}, },
], ],
}, },
......
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