| | |
| | | const { t } = useI18n() |
| | | |
| | | const verifyList = ref([ |
| | | // { |
| | | // title: t('googleAuthenticator'), |
| | | // name: "google", |
| | | // icon: { |
| | | // verifyno: new URL('@/assets/image/userCenter/gooleVerifyno.png', import.meta.url), |
| | | // verify: new URL('@/assets/image/userCenter/gooleVerify.png', import.meta.url) |
| | | // }, |
| | | // isVerify: false, |
| | | // url: '/bindVerify?type=3', |
| | | // type: 3 |
| | | // }, |
| | | { |
| | | title: t('phoneVerify'), |
| | | name: "phone", |
| | | title: t('googleAuthenticator'), |
| | | name: "google", |
| | | icon: { |
| | | verifyno: new URL('@/assets/image/userCenter/phoneVerifyno.png', import.meta.url), |
| | | verify: new URL('@/assets/image/userCenter/phoneVerify.png', import.meta.url) |
| | | verifyno: new URL('@/assets/image/userCenter/gooleVerifyno.png', import.meta.url), |
| | | verify: new URL('@/assets/image/userCenter/gooleVerify.png', import.meta.url) |
| | | }, |
| | | isVerify: false, |
| | | url: '/bindVerify?type=1', |
| | | type: 1 |
| | | url: '/bindVerify?type=3', |
| | | type: 3 |
| | | }, |
| | | // { |
| | | // title: t('phoneVerify'), |
| | | // name: "phone", |
| | | // icon: { |
| | | // verifyno: new URL('@/assets/image/userCenter/phoneVerifyno.png', import.meta.url), |
| | | // verify: new URL('@/assets/image/userCenter/phoneVerify.png', import.meta.url) |
| | | // }, |
| | | // isVerify: false, |
| | | // url: '/bindVerify?type=1', |
| | | // type: 1 |
| | | // }, |
| | | { |
| | | title: t('emailVerify'), |
| | | name: "email", |