新大宝股票管理后台
1
jhzh
4 days ago 86fde259a5ec3adff102b06127205625788056bc
src/config/router.config.js
@@ -612,6 +612,12 @@
                  permission: ['user'],
                },
              },
              {
                path: '/account/settings/googleAuthCode',
                name: 'GoogleAuthCode',
                component: () => import('@/views/account/settings/googleAuthCode'),
                meta: { title: 'account.settings.menuMap.googleAuthCode', hidden: true, keepAlive: true, permission: ['user'] },
              },
            ],
          },
        ],