...
|
...
|
@@ -284,7 +284,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't |
|
|
|
|
|
function initpolicyParam() {
|
|
|
$.ajax({
|
|
|
url: "http://192.168.0.44:8080" + "/log-access/v1/lm2_logfmt_dirs/queryTreeList?access_token=" + accessToken,
|
|
|
url: domainName + "/log-access/v1/lm2_logfmt_dirs/queryTreeList?access_token=" + accessToken,
|
|
|
method: "get",
|
|
|
success(res) {
|
|
|
if (res.code == 200)
|
...
|
...
|
@@ -293,7 +293,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't |
|
|
}
|
|
|
});
|
|
|
$.ajax({
|
|
|
url: "http://192.168.0.44:8080" + "/log-access/v1/lm2_logjoin_dirs/queryTreeList?access_token=" + accessToken,
|
|
|
url: domainName + "/log-access/v1/lm2_logjoin_dirs/queryTreeList?access_token=" + accessToken,
|
|
|
method: "get",
|
|
|
success(res) {
|
|
|
if (res.code == 200)
|
...
|
...
|
@@ -302,7 +302,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't |
|
|
}
|
|
|
});
|
|
|
admin.req({
|
|
|
url: "http://192.168.0.44:8080" + '/log-access/v1/lm2_logjoin_info_views?access_token=' + accessToken,
|
|
|
url: domainName + '/log-access/v1/lm2_logjoin_info_views?access_token=' + accessToken,
|
|
|
async: false,
|
|
|
success: function (res) {
|
|
|
// 资源类型下拉框
|
...
|
...
|
|