Browse Source

[Mod 0000] 可配置首页配置预设修改(Deepseek预设)

houzekong 3 weeks ago
parent
commit
e6c35ab951

+ 1 - 7
src/views/vent/home/configurable/configurable.data.bd.ts

@@ -1044,7 +1044,6 @@ export const testConfigBDFire: Config[] = [
   {
     deviceType: 'aqjkArray',
     moduleName: '安全监控系统',
-    // moduleName: '智能通风DeepSeek',
     pageType: 'BD_fire',
     moduleData: {
       header: {
@@ -1069,7 +1068,6 @@ export const testConfigBDFire: Config[] = [
         items: [
           {
             name: 'table',
-            // name: 'ai_chat',
             basis: '100%',
           },
         ],
@@ -1104,11 +1102,7 @@ export const testConfigBDFire: Config[] = [
       ],
       list: [],
       complex_list: [],
-      preset: [
-        // {
-        //   readFrom: '',
-        // }
-      ],
+      preset: [],
     },
     showStyle: {
       size: 'width:440px;height:260px;',

+ 7 - 3
src/views/vent/home/configurable/configurable.data.ts

@@ -161,9 +161,10 @@ export const testConfigVent: Config[] = [
         },
       },
       background: {
+        // show: true,
         show: false,
-        type: 'image',
-        link: '',
+        type: 'video',
+        link: '/video/gate.mp4',
       },
       layout: {
         direction: 'row',
@@ -428,6 +429,8 @@ export const testConfigVent: Config[] = [
   {
     deviceType: 'warn',
     moduleName: '预警监测',
+    // deviceType: '',
+    // moduleName: '智能通风Deepseek',
     pageType: 'vent',
     moduleData: {
       header: {
@@ -452,6 +455,7 @@ export const testConfigVent: Config[] = [
         items: [
           {
             name: 'list',
+            // name: 'ai_chat',
             basis: '100%',
           },
         ],
@@ -495,7 +499,7 @@ export const testConfigVent: Config[] = [
           ],
         },
       ],
-      preset: [],
+      preset: [{ readFrom: '' }],
       table: [],
       gallery: [],
       chart: [],