230320a303 2 years ago
parent
commit
6e3f63827f
3 changed files with 5 additions and 5 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-325f981c.e0437b4a.js
  3. 5 5
      src/views/map/list.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-325f981c.e0437b4a.js


+ 5 - 5
src/views/map/list.vue

@@ -61,11 +61,11 @@ export default {
           ) {
           ) {
           item.isSys = true
           item.isSys = true
         }
         }
-        // if (
-        //   item.uuid === '98d97887-3bfe-417d-89f8-113dc2e70abc' // 直播地图
-        // ) {
-        //   item.noEdit = true
-        // }
+        if (
+          item.uuid === '98d97887-3bfe-417d-89f8-113dc2e70abc' // 直播地图
+        ) {
+          item.noEdit = true
+        }
       })
       })
       return arr
       return arr
     }
     }

Some files were not shown because too many files changed in this diff