mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-03-31 17:00:24 +08:00
去除多余的 http://
This commit is contained in:
parent
f01e0e0dae
commit
78f7ec9b69
@ -76,7 +76,7 @@
|
||||
|
||||
RES.redirectHTML = function (url, key, body, callback) {
|
||||
//静态文件均在 public 目录下,动态文件则在不同API接口
|
||||
var _url = MCSERVER.URL('./public/' + url, 'http://');
|
||||
var _url = MCSERVER.URL('./public/' + url);
|
||||
|
||||
//响应事件函数
|
||||
function responseCallback(response, status, xhr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user