From 70e9f7c647e187e51b9df72e2df3017e18ec9f28 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 13 Sep 2024 19:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/store.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/store/store.js b/store/store.js index 8218f65..0ef6250 100644 --- a/store/store.js +++ b/store/store.js @@ -9,13 +9,9 @@ import api from '@/api/api.js' const store = new Vuex.Store({ state: { configList: [], //配置列表 - shop : false + image : 'https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msKSi.img', }, getters: { - // 角色 true为水洗店 false为酒店 - userShop(state){ - return state.shop - } }, mutations: { // 初始化配置