From 95322b42c0569c495f141f8b568b339872f1b4b7 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 20 Sep 2021 23:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/services/auth.ts b/back/services/auth.ts index 34ee091c..d3886565 100644 --- a/back/services/auth.ts +++ b/back/services/auth.ts @@ -104,7 +104,7 @@ export default class AuthService { '登陆通知', `你于${new Date( timestamp, - ).toLocaleString()}在 ${address} 登陆成功,ip地址 ${ip}"`, + ).toLocaleString()}在 ${address} 登陆成功,ip地址 ${ip}`, ); await this.getLoginLog(); await this.insertDb({ @@ -126,7 +126,7 @@ export default class AuthService { '登陆通知', `你于${new Date( timestamp, - ).toLocaleString()}在 ${address} 登陆失败,ip地址 ${ip}"`, + ).toLocaleString()}在 ${address} 登陆失败,ip地址 ${ip}`, ); await this.getLoginLog(); await this.insertDb({