|
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
+using SAGA.MBI.Common;
|
|
|
|
|
|
namespace SAGA.GplotDrawData
|
|
|
{
|
|
@@ -10,10 +11,11 @@ namespace SAGA.GplotDrawData
|
|
|
{
|
|
|
static WebGplotSettings()
|
|
|
{
|
|
|
- GplotUrl = "http://172.16.2.189:8091/#/gplot";
|
|
|
- MindMapUrl = "http://172.16.2.189:8091/#/mindMap";
|
|
|
- VPipeUrl = "http://172.16.2.189:8091/#/conduitGraphy";
|
|
|
- VSpaceUrl = "http://172.16.2.189:8091/#/spaceGraphy";
|
|
|
+ GplotUrl =MBIConst.GplotViewHost+"gplot";
|
|
|
+ MindMapUrl =MBIConst.GplotViewHost+"mindMap";
|
|
|
+ VPipeUrl=MBIConst.GplotViewHost+"conduitGraphy";
|
|
|
+ VSpaceUrl = MBIConst.GplotViewHost+"spaceGraphy";
|
|
|
+
|
|
|
}
|
|
|
/// <summary>
|
|
|
/// 拓扑图地址
|