Browse Source

火灾,粉尘首页三维模型替换

lxh 6 months ago
parent
commit
730501d68b

+ 2 - 1
src/api/sys/monitor.ts

@@ -87,7 +87,8 @@ export function getMonitorSite(params: MonitorSiteParams, mode: ErrorMessageMode
 }
 
 /** 测点操作内嵌的iframe地址 */
-export const monitorSiteOperationUrl = 'http://172.18.252.31:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty';
+export const monitorSiteOperationUrl = 'http://10.3.132.7:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty';
+// export const monitorSiteOperationUrl = 'http://172.18.252.31:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty';
 // export const monitorSiteOperationUrl = 'http://172.16.253.23:91/valkyrja/?type=tf';
 // export const monitorSiteOperationUrl = 'http://82.157.13.146:18224/valkyrja/';
 

+ 1 - 1
src/views/vent/dust/dustHome/index.vue

@@ -46,7 +46,7 @@
               <InfoCircleOutlined class="scalc-icon" />
             </div>
           </div>
-          <iframe src="http://172.18.252.31:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty" width="100%" height="100%" frameborder="0"></iframe>
+          <iframe src="http://10.3.132.7:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty" width="100%" height="100%" frameborder="0"></iframe>
           <!-- <iframe src="http://172.16.253.23:91/valkyrja/?type=tf" width="100%" height="100%" frameborder="0"></iframe> -->
           <!-- <iframe src="http://82.157.13.146:18224/valkyrja/" width="100%" height="100%" frameborder="0"></iframe> -->
         </div>

+ 1 - 1
src/views/vent/fire/fireHome/index.vue

@@ -53,7 +53,7 @@
               <InfoCircleOutlined class="scalc-icon" />
             </div>
           </div>
-          <iframe src="http://172.18.252.31:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty" width="100%" height="100%" frameborder="0"></iframe>
+          <iframe src="http://10.3.132.7:8092/micro-vent-3dModal/dashboard/analysis?mock-login=1&type=empty" width="100%" height="100%" frameborder="0"></iframe>
           <!-- <iframe src="http://172.16.253.23:91/valkyrja/?type=tf" width="100%" height="100%" frameborder="0"></iframe> -->
           <!-- <iframe src="http://82.157.13.146:18224/valkyrja/" width="100%" height="100%" frameborder="0"></iframe> -->
         </div>