From cc7520976e63ab24c05fccae709a5c2cec51c0a1 Mon Sep 17 00:00:00 2001 From: lyt <1105290566@qq.com> Date: Sun, 31 Oct 2021 22:49:53 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.10.31:=E4=BC=98=E5=8C=96login?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=BB=84=E4=BB=B6name=E5=80=BC=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E9=97=AE=E9=A2=98'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/component/account.vue | 2 +- src/views/login/component/mobile.vue | 2 +- src/views/login/component/scan.vue | 2 +- src/views/login/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue index b4fff52..ee6aab4 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -68,7 +68,7 @@ import { useStore } from '/@/store/index'; import { Session } from '/@/utils/storage'; import { formatAxis } from '/@/utils/formatTime'; export default defineComponent({ - name: 'login', + name: 'loginAccount', setup() { const { t } = useI18n(); const { proxy } = getCurrentInstance() as any; diff --git a/src/views/login/component/mobile.vue b/src/views/login/component/mobile.vue index 0201df2..884eb12 100644 --- a/src/views/login/component/mobile.vue +++ b/src/views/login/component/mobile.vue @@ -40,7 +40,7 @@