From 47c3668aaab9d5f772c7d7e317d2bfa4b1cbeb28 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 25 九月 2023 17:49:45 +0800 Subject: [PATCH] 修改首页数据不刷新 超出预约时间提示 --- store/index.js | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index d556246..6f0ddfe 100644 --- a/store/index.js +++ b/store/index.js @@ -93,7 +93,59 @@ 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: '', + globalIsFirstWeighing: 1 //鏄惁鏄涓�娆′笂纾� }, mutations: { lengthchange(state, payload) { @@ -163,6 +215,21 @@ 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 + }, + changeglobalIsFirstWeighing(state, payload) { + state.globalIsFirstWeighing = payload + } }, actions: { websocketInit({ state, dispatch, commit }) { -- Gitblit v1.9.1