From 15d2a26094e05ace8231579f6ce38cf6983980a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 13 Jun 2023 16:58:39 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E9=A6=96=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BC=9A=E8=AF=9D=E6=9C=89=E6=95=88=E6=9C=9F?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=80=BC=E4=BD=BF=E7=94=A8configmap=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/configmap.js | 2 +- src/page/main/config/preference/index.vue | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/public/config/configmap.js b/public/config/configmap.js index c6c2063..07ea0f9 100644 --- a/public/config/configmap.js +++ b/public/config/configmap.js @@ -1,3 +1,3 @@ -window.serviceConfig = { +window.defaultConfig = { session_validity_max: 30 }; \ No newline at end of file diff --git a/src/page/main/config/preference/index.vue b/src/page/main/config/preference/index.vue index a63398c..8aa889e 100644 --- a/src/page/main/config/preference/index.vue +++ b/src/page/main/config/preference/index.vue @@ -122,7 +122,7 @@