From 403e1d56c8fa43d5ab9f6f96b159003144e4000d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 14 二月 2025 15:18:18 +0800 Subject: [PATCH] Merge branch 'develop' --- src/index.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/index.js b/src/index.js index f91f8c0..07da582 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