管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-12-06 938493192a9a112e5eef0d98b46a30569ce98a59
src/views/Synthesis/LeftMenu.vue
@@ -689,6 +689,10 @@
          window.sgworld.Analysis.setPointFly();
          break;
        case 'c2':
          var test = '';
          if (analyFlag == false) {
            test = '/web';
          }
          window.sgworld.Command.execute(2, 3, '', (data) => {
            data.showPoint = false;
            data.showLine = true;
@@ -704,7 +708,7 @@
              area: ['352px', '690px'],
              offset: 'r',
              skin: 'other-class',
              content: '/SmartEarthSDK/Workers/path/Path.html',
              content: test + '/SmartEarthSDK/Workers/path/Path.html',
              end: function () {
                PathAnimationData.fly && PathAnimationData.fly.exit();
              },