Przeglądaj źródła

Merge branch 'infoPoint' of http://39.106.8.246:3003/web/ibms into infoPoint

YaolongHan 5 lat temu
rodzic
commit
28b52083e5

+ 1 - 1
src/router/system.js

@@ -97,7 +97,7 @@ export default [
             { path: 'buildfloor', name: 'buildFloor', component: buildFloor, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理' }] } },
             { path: 'collectsetting', name: 'collectsetting', component: collectsetting, meta: { keepAlive: false, breadcrumbs: [{ label: '需采集的信息点' }] } },
             { path: 'appuser', name: 'buildUser', component: buildUser, meta: { keepAlive: false, breadcrumbs: [{ label: '扫楼App用户管理' }] } },
-            { path: 'buildfloor/repetitionGraphy', name: 'repetitionGraphy', component: repetitionGraphy, meta: { keepAlive: false, breadcrumbs: [{ label:'前期准备 / 建筑楼层管理 / 平面图维护' }] }}
+            { path: 'buildfloor/repetitionGraphy', name: 'repetitionGraphy', component: repetitionGraphy, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理', path: '/ready/buildfloor' }, { label:'平面图维护' }] }}
         ]
     },
     //模型管理

+ 7 - 0
src/views/model/file/index.vue

@@ -184,6 +184,13 @@ export default {
       isJump: true //是否可以调整页面
     };
   },
+  // mounted() {
+  //   window.addEventListener('beforeunload', e => {
+  //     if (this.uploadClassList.length) {
+  //       window.localStorage.removeItem("当前页有下载内容,关闭或刷新页面下载将会失败。您确定要继续吗?")
+  //     }
+  //   })
+  // },
   methods: {
     // 以下是模型文件夹
 

+ 1 - 5
src/views/ready/buildfloor/index.vue

@@ -150,11 +150,7 @@ import addBuild from "@/components/ready/buildfloor/addBuild";
 import { mapGetters, mapActions } from "vuex";
 import addConnectivity from "@/components/ready/buildfloor/addConnectivity";
 import checkGraphy from "./drawGraphy/checkGraphy"; //查看图片
-import {
-  buildingQuery,
-  floorQuery,
-  manageDeleteFloor
-} from "@/api/scan/request";
+import { buildingQuery, floorQuery, manageDeleteFloor } from "@/api/scan/request";
 export default {
   components: {
     addFloor,