瀏覽代碼

[Wip 0000] 瓦斯管网监控系统页面开发

houzekong 3 周之前
父節點
當前提交
9ae7c6ee19
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 二進制
      public/video/fanLocal.webm
  2. 2 2
      src/views/vent/gas/gasPipeNet/gasPipeNet.data.ts
  3. 1 1
      src/views/vent/gas/gasPipeNet/index.vue

二進制
public/video/fanLocal.webm


+ 2 - 2
src/views/vent/gas/gasPipeNet/gasPipeNet.data.ts

@@ -119,7 +119,7 @@ export const moduleConfigs: Config[] = [
       background: {
         show: true,
         type: 'video',
-        link: '/video/fanlocal.mp4',
+        link: '/video/fanLocal.webm',
       },
       layout: {
         direction: 'column',
@@ -161,7 +161,7 @@ export const moduleConfigs: Config[] = [
       background: {
         show: true,
         type: 'video',
-        link: '/video/fanlocal.mp4',
+        link: '/video/fanLocal.webm',
       },
       layout: {
         direction: 'column',

+ 1 - 1
src/views/vent/gas/gasPipeNet/index.vue

@@ -43,7 +43,7 @@
 
   const scroll = ref<{ x: true; y: number }>({ x: true, y: 202 });
   const activeKey = ref('1');
-  const deviceType = 'gasPipeNet';
+  const deviceType = 'gaspipe';
 </script>
 
 <style scoped lang="less">