فهرست منبع

调整目录结构

Alfyn 5 روز پیش
والد
کامیت
55d63ddb5e
5فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/config/router.config.js
  2. 0 0
      src/views/IOT/FloorTree.vue
  3. 0 0
      src/views/IOT/SubAttributes.vue
  4. 0 0
      src/views/IOT/echartshelp.js
  5. 2 2
      src/views/IOT/index.vue

+ 1 - 1
src/config/router.config.js

@@ -797,7 +797,7 @@ export const asyncRouterMap = [
   {
     path: '/modelViewIOT',
     name: 'ModelViewIOT',
-    component: () => import('@/views/modelView/IOT/index.vue'),
+    component: () => import('@/views/IOT/index.vue'),
     meta: { 
       title: 'menu.IOT',
       keepAlive: false,

+ 0 - 0
src/views/modelView/IOT/FloorTree.vue → src/views/IOT/FloorTree.vue


+ 0 - 0
src/views/modelView/IOT/SubAttributes.vue → src/views/IOT/SubAttributes.vue


+ 0 - 0
src/views/modelView/IOT/echartshelp.js → src/views/IOT/echartshelp.js


+ 2 - 2
src/views/modelView/IOT/index.vue → src/views/IOT/index.vue

@@ -79,7 +79,7 @@
         </a-table>
       </div>
     </div>
-    <div class="floorBtn">
+    <div class="operantBtn">
       <a-button ghost @click="handleFloorTree"> Floor Data </a-button>
       <a-button ghost @click="handleOpenterrain" style="margin-left: 10px"> Terrain Switch </a-button>
       <a-button ghost @click="handleSubAttributes" style="margin-left: 10px"> Component Properties </a-button>
@@ -694,7 +694,7 @@ export default {
   width: 100%;
   height: 35vh;
 }
-.BridgeBoard > .floorBtn {
+.BridgeBoard > .operantBtn {
   position: absolute;
   top: 4vh;
   left: 4vw;