From 71f327918029781d6f78dd4e03397c5154e6ccb1 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期六, 27 七月 2024 08:26:39 +0800 Subject: [PATCH] feat:修改线上地址 --- store/index.js | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/store/index.js b/store/index.js index 0f2b55c..85bcdbf 100644 --- a/store/index.js +++ b/store/index.js @@ -75,7 +75,6 @@ } const store = new Vuex.Store({ state: { - yuanFaList:[], //鑾峰彇鏃ヨ鍒掑師鍙憀ist // 鐢ㄦ埗鐣岄潰鍒ゆ柗 userInfo: {}, roleType: null, // 1瀹㈡埛锛�2璐т唬锛�3鍙告満 @@ -172,10 +171,6 @@ 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality9.jpg'] }, mutations: { - GET_YUANFALIST(state, payload) { - console.log(payload,'payload====璐ㄦ-----鍘熷彂淇℃伅') - state.yuanFaList = payload - }, lengthchange(state, payload) { state.fleetDriverDataLength = payload }, @@ -373,7 +368,6 @@ websocketData:(state) => state.websocketData, globalweigh:(state) => state.globalweigh, userTabbar: (state) => state.userTabbar, - yuanFaList: (state) => state.yuanFaList } }) -- Gitblit v1.9.1