#
zhou zhou
9 天以前 4740663bdbd21843c17bcc5daa2187c11ee39a71
#
2个文件已修改
6 ■■■■ 已修改文件
pages/AGV/StartInTask.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/AGV/StartInTask.vue
@@ -119,9 +119,6 @@
            console.log('当前页面按钮权限:', this.buttonPermissions);
        },
        methods: {
            hasButtonPermission(route) {
                return this.buttonPermissions.includes(route);
            },
            selChange(val) {
                uni.setStorageSync('whAreaId', val)
            },
pages/home/index.vue
@@ -78,6 +78,9 @@
    },
    onShow() {
        this.user = uni.getStorageSync('userData')
    },
    mounted(){
        this.loadMenusAndPermissions()
    },
    methods: {