Commit 0b509bc3 by maolipeng

fix:logo切换

parent 11213606
...@@ -82,7 +82,7 @@ function Header(props) { ...@@ -82,7 +82,7 @@ function Header(props) {
function getTopLeftLogo() { function getTopLeftLogo() {
if (User.getToken()) { if (User.getToken()) {
StoreService.getStoreDetail({storeId:User.getStoreId}) StoreService.getStoreDetail({storeId:User.getStoreId()})
.then(res=> { .then(res=> {
setTopLeftLogo(res.result.logo) setTopLeftLogo(res.result.logo)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment