cuiqian2004
2025-09-25 9efd4a80aae58cf36266e774d3c820cc8e115028
pages/map/infos/scene-create.vue
@@ -57,6 +57,8 @@
      showToast,
      showModal,
      session,
      showError,
      showInfo
   } from "@/comm/utils.js"
   import {
      Button
@@ -100,6 +102,7 @@
      computed: {
      },
      mounted() {
         const _this = this
         uni.getSystemInfo({
@@ -139,7 +142,7 @@
            } catch (ex) {
               this.showError(ex)
               showError(ex)
            }
         },
         async loadMapLaserData() {
@@ -147,7 +150,7 @@
               const info = await getMapLaserData(this.ip)
               return info
            } catch (ex) {
               this.showError(ex)
               showError(ex)
               return {}
            }
         },
@@ -177,7 +180,7 @@
               await createScene(this.ip, name, 1)
               this.$emit('update:opSceneType', "scan");
            } catch (ex) {
               this.showError(ex)
               showError(ex)
            }
         },