From 8913d2e8b6c7ef19eed83635b1fae63115acb059 Mon Sep 17 00:00:00 2001 From: whidy#mbp Date: Fri, 19 May 2023 18:14:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index f4f1f3e..ed65799 100644 --- a/src/App.vue +++ b/src/App.vue @@ -162,7 +162,7 @@ export default { }, getSysOptions() { - axios.get(`/apaas/system/v5/sysOptions`).then((res) => { + this.$axios.get(`/apaas/system/v5/sysOptions`).then((res) => { if (res.data.code == 200) { const result = res.data.data || {}; if (result.session_validity) this.exitSystemAfterLimit(result.session_validity); -- 2.26.0