fix version load

This commit is contained in:
Max
2021-08-20 11:26:15 +00:00
parent e607da8ec2
commit 28a90b90dd

View File

@@ -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;
})