From 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 16:10:01 +0800
Subject: [PATCH] 1
---
src/views/safety/index.vue | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/src/views/safety/index.vue b/src/views/safety/index.vue
index 1f18343..4a53326 100644
--- a/src/views/safety/index.vue
+++ b/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",
--
Gitblit v1.9.3