#
whycq
2023-10-17 6a73bb012b58559bde0e523622abc9f3f45432dd
Monitor-APP/pages/home/home.vue
@@ -198,11 +198,13 @@
         const BasePort = uni.getStorageSync('BasePort');
         const BaseCrnId = uni.getStorageSync('BaseCrnId');
         const PROJ = uni.getStorageSync('UPROJ');
         const CURRENT = uni.getStorageSync('current');
         that.baseUrl = PROJ
         that.baseIP = BaseIP
         that.baseLedId = BaseLedId
         that.basePort = BasePort
         that.baseCrnId = BaseCrnId
         that.current = CURRENT
         this.getUrl()
         this.getVisualized()
      },
@@ -512,6 +514,7 @@
            uni.setStorageSync('BasePort',this.basePort);
            uni.setStorageSync('BaseCrnId',this.baseCrnId);
            uni.setStorageSync('UPROJ',this.baseUrl);
            uni.setStorageSync('current',this.current);
            this.getUrl()
            this.ejectShow = false
         },