diff --git a/app/Service/v3/Implementations/UserCenterBlockService.php b/app/Service/v3/Implementations/UserCenterBlockService.php index 376c48c..ebfe12a 100644 --- a/app/Service/v3/Implementations/UserCenterBlockService.php +++ b/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' ] ]