From e10d4c4fafb11d9f8c2ab090c5dbc2c5b4ec3eca Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 23 Oct 2023 17:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/machine/machineToCharge.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/machine/machineToCharge.vue b/pages/machine/machineToCharge.vue index 8d61664..d62e8b5 100644 --- a/pages/machine/machineToCharge.vue +++ b/pages/machine/machineToCharge.vue @@ -67,7 +67,7 @@ import context from '../../lib/java110/Java110Context.js'; import account from '@/components/account/account.vue'; import charge from '@/components/charge/charge.vue'; - + import {autoLogin} from '@/api/user/sessionApi.js'; export default { data() { return { @@ -110,6 +110,7 @@ }, onLoad(options) { context.onLoad(options); + autoLogin(options); this.machineId = options.machineId; this.communityId = options.communityId; this.login= context.checkLoginStatus();