|
|
@@ -76,7 +76,7 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
that.$store.commit('setDictionariesInfo', { ...res.data.dict, ...res.data })
|
|
|
- that.$store.commit('setMyShopInfo', { ...res.data.shop, ...res.data })
|
|
|
+ that.$store.commit('setMyShopInfo', { ...res.data }) //...res.data.shop,
|
|
|
})
|
|
|
that.$store.commit('setLoginInfo', { ...subRes.data.admin, ...subRes.data })
|
|
|
getUser(true).then(res => { uni.setNavigationBarTitle({ title: res.name }) })
|