修改app图标和启动页,修改首页轮播不自动轮播的问题,修改首页新闻无法点击的问题,修改跳转商品详情丢失分销信息的问题

This commit is contained in:
gaoxs
2020-05-13 18:52:36 +08:00
parent 4e057e8233
commit 8d036b9012
5 changed files with 57 additions and 4 deletions

View File

@ -53,7 +53,10 @@ const vuexStore = new Vuex.Store({
LOGOUT(state) {
state.token = null;
state.userInfo = null
let spread = cookie.get('spread')
console.log(spread, 'spread')
cookie.clearAll()
cookie.set('spread', spread)
},
BACKGROUND_COLOR(state, color) {
state.color = color;