From c234dffcd3adaf7b8d87a5a8301871493c0cadbd Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 21 九月 2023 14:20:35 +0800 Subject: [PATCH] 修改皮重异常弹窗不正确弹出 --- store/index.js | 65 ++++++++++++++++++++++++++++++++ 1 files changed, 64 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index d556246..3a3d5eb 100644 --- a/store/index.js +++ b/store/index.js @@ -93,7 +93,58 @@ globalIntervalId: null, is_open_socket: false, //閬垮厤閲嶅杩炴帴 connectNum: 1, //閲嶈繛娆℃暟, - reconnectTimeOut: null + reconnectTimeOut: null, + // 鎵撳嵃鍑哄叆闂ㄨ瘉 涓�娆″氨鍙互鏈夋墦鍗板叆闂ㄨ瘉锛� 涓ゆ鍙互鏈夊叆闂ㄨ瘉 鍑洪棬璇� 0娆′竴寮犻兘娌℃湁 + ablePrintInduction: false, //鍏ラ棬璇� + ablePrintOut: false, //鍑洪棬璇� + driverTourImgList: ['https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj2.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj3.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj4.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj5.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj6.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj7.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj8.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj9.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj10.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj11.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj12.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj13.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj14.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj15.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj16.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj17.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj18.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj19.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj20.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj21.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj22.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj23.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj24.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj25.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj26.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj27.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj28.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj29.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj30.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj31.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj32.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj33.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj33-1.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj34.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj35.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj36.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj37.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj38.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj39.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj40.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj41.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj42.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj43.jpg', + 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj44.jpg', + ], + wsgVisiable: false, //纾呮埧蹇欑寮圭獥鎺у埗 + wsgContent: '' }, mutations: { lengthchange(state, payload) { @@ -163,6 +214,18 @@ state.connectNum = payload } }, + changeablePrintInduction(state, payload) { + state.ablePrintInduction = payload + }, + changeablePrintOut(state, payload) { + state.ablePrintOut = payload + }, + changewsgVisiable(state, payload) { + state.wsgVisiable = payload + }, + changewsgContent(state, payload) { + state.wsgContent = payload + } }, actions: { websocketInit({ state, dispatch, commit }) { -- Gitblit v1.9.1