瀏覽代碼

账号设置菜单隐藏

Xiao_123 8 月之前
父節點
當前提交
d5530fc8bc
共有 1 個文件被更改,包括 24 次插入24 次删除
  1. 24 24
      src/router/modules/components/recruit/personCenter.js

+ 24 - 24
src/router/modules/components/recruit/personCenter.js

@@ -125,30 +125,30 @@ const personCenter = [
                   enName: 'Edit Password'
                 }
               },
-              {
-                path: '/recruit/personal/personalCenter/accountSettings/accountBinding',
-                component: () => import('@/views/recruit/personal/PersonalCenter/accountSettings/accountBinding'),
-                meta: {
-                  title: '账号绑定',
-                  enName: 'Account binding'
-                }
-              },
-              {
-                path: '/recruit/personal/personalCenter/accountSettings/realAuthentication',
-                component: () => import('@/views/recruit/personal/PersonalCenter/accountSettings/realAuthentication'),
-                meta: {
-                  title: '实名认证',
-                  enName: 'Real name authentication'
-                }
-              },
-              {
-                path: '/recruit/personal/personalCenter/accountSettings/privacySettings',
-                component: () => import('@/views/recruit/personal/PersonalCenter/accountSettings/privacySettings'),
-                meta: {
-                  title: '隐私设置',
-                  enName: 'Privacy settings'
-                }
-              }
+              // {
+              //   path: '/recruit/personal/personalCenter/accountSettings/accountBinding',
+              //   component: () => import('@/views/recruit/personal/PersonalCenter/accountSettings/accountBinding'),
+              //   meta: {
+              //     title: '账号绑定',
+              //     enName: 'Account binding'
+              //   }
+              // },
+              // {
+              //   path: '/recruit/personal/personalCenter/accountSettings/realAuthentication',
+              //   component: () => import('@/views/recruit/personal/PersonalCenter/accountSettings/realAuthentication'),
+              //   meta: {
+              //     title: '实名认证',
+              //     enName: 'Real name authentication'
+              //   }
+              // },
+              // {
+              //   path: '/recruit/personal/personalCenter/accountSettings/privacySettings',
+              //   component: () => import('@/views/recruit/personal/PersonalCenter/accountSettings/privacySettings'),
+              //   meta: {
+              //     title: '隐私设置',
+              //     enName: 'Privacy settings'
+              //   }
+              // }
             ]
           }
         ]