From 08ae827e315f655bdc9661a3eef042e92457edd4 Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Tue, 6 Feb 2024 11:37:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20CN-1558=20=E5=BC=80=E5=8F=91license?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=94=AF=E6=8C=81license=E6=8B=A6?= =?UTF-8?q?=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 21da4f0d4955caaef23c753f4d91afa17fbf0882) --- src/Login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Login.vue b/src/Login.vue index 2396f0c7..054a548b 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -190,7 +190,7 @@ export default { checkLicenseStatus () { axios.get(api.licenseStatus).then(res => { if (res.status === 200) { - this.licenseStatus = res.data.status + this.licenseStatus = res.data.data.status } }).catch(e => { this.licenseStatusErrMsg = this.errorMsgHandler(e)