新大宝股票管理后台
1
jhzh
2026-04-26 cf8ca22ff14511baf49616f757481267fa1af257
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'] },
              },
            ],
          },
        ],