1
This commit is contained in:
parent
6825157edf
commit
312294d471
@ -138,7 +138,7 @@ var X = window.X || {
|
|||||||
(function(){
|
(function(){
|
||||||
//本地
|
//本地
|
||||||
// var ipurl = "http://10.0.0.240:7899/api/v1/";
|
// 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:9865/api/v1/";
|
||||||
//线上测试
|
//线上测试
|
||||||
// var ipurl = "http://139.159.159.3:7889/api/v1/";
|
// var ipurl = "http://139.159.159.3:7889/api/v1/";
|
||||||
|
@ -400,15 +400,15 @@
|
|||||||
|
|
||||||
//计算按钮
|
//计算按钮
|
||||||
$(document).off('click','.analysis-calculation').on('click','.analysis-calculation',function(){
|
$(document).off('click','.analysis-calculation').on('click','.analysis-calculation',function(){
|
||||||
// calculationdata();
|
calculationdata();
|
||||||
X.open({
|
// X.open({
|
||||||
type: 1,
|
// type: 1,
|
||||||
title: false,
|
// title: false,
|
||||||
closeBtn: 0,
|
// closeBtn: 0,
|
||||||
shadeClose: true,
|
// shadeClose: true,
|
||||||
skin: 'yourclass',
|
// skin: 'yourclass',
|
||||||
url: 'nodedetails'
|
// url: 'nodedetails'
|
||||||
})
|
// })
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user