From 6226fcf27f6c99b4bc06708f1723aef9d3c78898 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 10 二月 2025 10:56:37 +0800 Subject: [PATCH] 2025-02-10 --- 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