|
|
@@ -3,8 +3,8 @@ layui.define(['jquery', 'layer'], function (exports) {
|
|
|
layer = layui.layer,
|
|
|
/** war包 如果有项目名后面填写项目名 没有项目名就去除(没有项目名需要保留斜杠)*/
|
|
|
// requestUrl = window.location.origin + '/archives/';
|
|
|
- host = window.location.host,
|
|
|
- // host = '192.168.0.110:9091',
|
|
|
+ // host = window.location.host,
|
|
|
+ host = '192.168.0.114:9091',
|
|
|
requestUrl = 'http://' + host + '/';
|
|
|
|
|
|
let ajax = function (method, type, data, async, callback) {
|