From bd0958f56de81a3a7d08435e2fe0753f6270bf6f Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Thu, 12 May 2022 16:54:00 +0800 Subject: [PATCH] 1 --- web/src/x.min.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/src/x.min.js b/web/src/x.min.js index bd01a00..5658817 100644 --- a/web/src/x.min.js +++ b/web/src/x.min.js @@ -139,7 +139,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/"; @@ -13731,15 +13731,15 @@ var X = window.X || { //计算按钮 $(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' + // }) });