Browse Source

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 năm trước cách đây
mục cha
commit
814af08c53
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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',
               },
               {