#
zhou zhou
9 天以前 7a3f79cb315a4dd10ee04ee6c72e476e24226b6f
pages/AGV/StartInTask.vue
@@ -118,7 +118,10 @@
         this.buttonPermissions = uni.getStorageSync('buttonPermissions') || [];
         console.log('当前页面按钮权限:', this.buttonPermissions);
      },
      methods: {
      methods: {
         hasButtonPermission(route) {
            return this.buttonPermissions.includes(route);
         },
         selChange(val) {
            uni.setStorageSync('whAreaId', val)
         },