Commit 6ecb1061 by maolipeng

Merge branch 'feature/maolipeng/youhua' into dev

parents 4666e676 0b509bc3
......@@ -82,7 +82,7 @@ function Header(props) {
function getTopLeftLogo() {
if (User.getToken()) {
StoreService.getStoreDetail({storeId:User.getStoreId})
StoreService.getStoreDetail({storeId:User.getStoreId()})
.then(res=> {
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