From b2635a9c524aa0d7f76c65c65724a58f0993e0b8 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期四, 12 五月 2022 22:30:41 +0800
Subject: [PATCH] 提交代码

---
 src/views/construction/constructionList/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/construction/constructionList/index.vue b/src/views/construction/constructionList/index.vue
index c4b0adf..a9374a4 100644
--- a/src/views/construction/constructionList/index.vue
+++ b/src/views/construction/constructionList/index.vue
@@ -16,7 +16,9 @@
           <el-tab-pane label="IoT璁惧" name="fourth">
             <iot v-if="activeName === 'fourth'" :schoolId="schoolId"></iot>
           </el-tab-pane>
-          <el-tab-pane label="AI璁惧" name="five">AI璁惧</el-tab-pane>
+          <el-tab-pane label="AI璁惧" name="five">
+            <ai v-if="activeName === 'five'" :schoolId="schoolId"></ai>
+          </el-tab-pane>
           <el-tab-pane label="浜ゆ崲璁惧" name="six">浜ゆ崲璁惧</el-tab-pane>
           <el-tab-pane label="鏈嶅姟鍣�" name="seven">鏈嶅姟鍣�</el-tab-pane>
           <el-tab-pane label="杞欢绯荤粺" name="eight">杞欢绯荤粺</el-tab-pane>
@@ -44,6 +46,7 @@
 import nvr from '../nvr'
 import ipc from '../ipc'
 import iot from '../iot'
+import ai from '../ai'
 
 export default {
   name: "constructionList",
@@ -53,7 +56,8 @@
     reserveIp,
     nvr,
     ipc,
-    iot
+    iot,
+    ai
   },
   data() {
     return {

--
Gitblit v1.9.1