From 28a90b90dd65df6740553316f8a294700e12dbb9 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 20 Aug 2021 11:26:15 +0000 Subject: [PATCH] fix version load --- assets/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/index.js b/assets/js/index.js index a95b5df..fcc7960 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -434,7 +434,7 @@ $(function () { loadFileList(location.pathname + location.search) // update version - $.getJSON(URL_PREFIX + "/-/sysinfo", function (res) { + $.getJSON("/-/sysinfo", function (res) { vm.version = res.version; })