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 | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/store/index.js b/store/index.js index c8e5e5e..85bcdbf 100644 --- a/store/index.js +++ b/store/index.js @@ -55,25 +55,22 @@ iconPath: '../../static/tabBar-icon/checking.png', selectedIconPath: '../../static/tabBar-icon/checkingblue.png', text: '楠岃川' - }, - { + },{ pagePath: 'pages/customer-page/zhijian-bangfang/zhijian-bangfang', iconPath: '../../static/tabBar-icon/bang.png', selectedIconPath: '../../static/tabBar-icon/bangblue.png', text: '纾呮埧' - }, - { + },{ pagePath: 'pages/customer-page/customer-my/faYunstatistics/faYunstatistics', iconPath: '../../static/tabBar-icon/statistics.png', selectedIconPath: '../../static/tabBar-icon/statisticsactive.png', text: '缁熻' - }, - { + },{ pagePath: 'pages/tabbar-page/myPage-tabbar/myPage-tabbar', iconPath: '../../static/tabBar-icon/Gmine10.png', selectedIconPath: '../../static/tabBar-icon/Bmine57.png', text: '鎴戠殑' - } + }, ] } const store = new Vuex.Store({ @@ -369,7 +366,8 @@ }, getters: { websocketData:(state) => state.websocketData, - globalweigh:(state) => state.globalweigh + globalweigh:(state) => state.globalweigh, + userTabbar: (state) => state.userTabbar, } }) -- Gitblit v1.9.1