Commit 814af08c authored by Boyang's avatar Boyang Committed by 陈帅

Fixed 'menu.form.stepform.stepform' not found in locale error (#2684)

This was caused by extra name in router.config.js.

'/form/step-form' is a pure redirect route and shouldn't have name,
like other redirect routes
parent 41300f47
...@@ -60,7 +60,6 @@ export default [ ...@@ -60,7 +60,6 @@ export default [
routes: [ routes: [
{ {
path: '/form/step-form', path: '/form/step-form',
name: 'stepform',
redirect: '/form/step-form/info', redirect: '/form/step-form/info',
}, },
{ {
......
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