Browse Source

服务专员

master
Lemon 5 years ago
parent
commit
e495329366
  1. 2
      app/Service/v3/Implementations/UserCenterBlockService.php

2
app/Service/v3/Implementations/UserCenterBlockService.php

@ -73,7 +73,7 @@ class UserCenterBlockService implements UserCenterBlockServiceInterface
[
'name' => '商品管理', 'icon' => $img_host . 'user_icons/service2.png',
'type' => 'webview',
'path' => 'http://localhost:8080/#/pages/index/index?user_id='.$item['data']['user_id'].'&personal_id='.$item['data']['id'],
'path' => '/pages/shopList/shopList?personal_id='.$item['data']['id'],
'command'=>'sp_login'
]
]

Loading…
Cancel
Save