src/pages/visual/index/App.vue
@@ -21,14 +21,15 @@ <script> import LeftNav from "../components/LeftNav.vue"; import TopNav from "../components/TopNav.vue"; import Home from "./home" import Home from "./home"; export default { mounted() { this.screenHeight = document.documentElement.clientHeight - 90; this.getCenter(); this.TreeDataPool.showTreeBox = false this.TreeDataPool.showTreeBox = false; this.screenHeight = document.documentElement.clientHeight - 90; document.title = "SmartAI"; }, components: { LeftNav,