10.10综合交易所原始源码_移动端
1
7 days ago 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d
src/views/safety/index.vue
@@ -44,28 +44,28 @@
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",