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

fix : fix menu error

parent 0a7b12a8
......@@ -34,6 +34,6 @@ module.exports = {
'linebreak-style': 0,
},
settings: {
polyfills: ['fetch', 'promises', 'url'],
polyfills: ['fetch', 'Promise', 'url', 'object-assign'],
},
};
......@@ -265,6 +265,8 @@ export default [
},
],
},
],
},
// editor
{
name: 'editor',
......@@ -288,8 +290,6 @@ export default [
},
],
},
],
},
{
component: '404',
},
......
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