This commit is contained in:
罗松柏 2022-05-12 16:52:41 +08:00
parent 6825157edf
commit 312294d471
2 changed files with 10 additions and 10 deletions

View File

@ -138,7 +138,7 @@ var X = window.X || {
(function(){
//本地
// var ipurl = "http://10.0.0.240:7899/api/v1/";
// 线上
// 线上
var ipurl = "http://139.159.159.3:9865/api/v1/";
//线上测试
// var ipurl = "http://139.159.159.3:7889/api/v1/";

View File

@ -400,15 +400,15 @@
//计算按钮
$(document).off('click','.analysis-calculation').on('click','.analysis-calculation',function(){
// calculationdata();
X.open({
type: 1,
title: false,
closeBtn: 0,
shadeClose: true,
skin: 'yourclass',
url: 'nodedetails'
})
calculationdata();
// X.open({
// type: 1,
// title: false,
// closeBtn: 0,
// shadeClose: true,
// skin: 'yourclass',
// url: 'nodedetails'
// })
});