소스 검색

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
Boyang 7 년 전
부모
커밋
814af08c53
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      config/router.config.js

+ 0 - 1
config/router.config.js

@@ -60,7 +60,6 @@ export default [
             routes: [
               {
                 path: '/form/step-form',
-                name: 'stepform',
                 redirect: '/form/step-form/info',
               },
               {