diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 13df6de5..f1bfc4a7 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -240,6 +240,14 @@ "node": ">=4" } }, + "node_modules/moment": { + "version": "2.30.1", + "resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz", + "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", + "engines": { + "node": "*" + } + }, "node_modules/mutation-observer": { "version": "1.0.3", "resolved": "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz", diff --git a/pages/alarmPage/indexTwo.vue b/pages/alarmPage/indexTwo.vue index 5b4828f6..b3d638b5 100644 --- a/pages/alarmPage/indexTwo.vue +++ b/pages/alarmPage/indexTwo.vue @@ -41,7 +41,7 @@ @click="previewImg(url_config+'image/'+item.imageUrl)"> - + 去处置 @@ -75,11 +75,13 @@ { id: 7, value: '反光衣报警' }, { id: 8, value: '未穿反光衣' }, ], - btnAuth: true + btnAuth: true, + userInfo:{} } }, onLoad() { this.btnAuth = this.checkBtnPermission({key: 'ai_disposition', menuPath: '/project/aiAnalysis/warningList'}) + this.userInfo = JSON.parse(uni.getStorageSync('userInfo')) }, onShow(){ this.systemInfo = uni.getStorageSync('systemInfo')