From fdd9d984c57337b38166ecfc7e86ce4fb491befc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 19 二月 2025 20:16:05 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- src/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index 42a037d..be6ef97 100644 --- a/src/index.js +++ b/src/index.js @@ -199,6 +199,7 @@ GLOB.host = window.location.host + (_service ? '_' + _service : '') GLOB.baseurl = document.location.origin + '/' + GLOB.service GLOB.linkurl = GLOB.baseurl + 'index.html' + GLOB.location = document.location.origin } else { GLOB.location = config.host GLOB.service = config.service -- Gitblit v1.8.0