Browse Source

webview

master
Lemon 5 years ago
parent
commit
7a886ba906
  1. 4
      app/Service/v3/Implementations/UserCenterBlockService.php

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

@ -51,7 +51,7 @@ class UserCenterBlockService implements UserCenterBlockServiceInterface
[ [
'name' => '商品管理', 'icon' => $img_host . 'user_icons/service2.png', 'name' => '商品管理', 'icon' => $img_host . 'user_icons/service2.png',
'type' => 'webview', 'type' => 'webview',
'path' => '/pages/webview/webview?data=%22%7b%22webview_url%22%3a%22http%3a%2f%2flocalhost%3a8080%2f%23%2fpages%2fgoodsManagement%2fgoodsManagement%3fmarket_id%3d1%26user_id%3d694%26store_id%3d5%22%7d%22',
'path' => '/pages/webview/webview?data=%27%7b%22webview_url%22%3a%22http%3a%2f%2flocalhost%3a8080%2f%23%2fpages%2fgoodsManagement%2fgoodsManagement%3fmarket_id%3d1%26user_id%3d694%26store_id%3d5%22%7d%27',
'command'=>'sp_login' 'command'=>'sp_login'
] ]
] ]
@ -79,7 +79,7 @@ class UserCenterBlockService implements UserCenterBlockServiceInterface
[ [
'name' => '商品管理', 'icon' => $img_host . 'user_icons/service2.png', 'name' => '商品管理', 'icon' => $img_host . 'user_icons/service2.png',
'type' => 'webview', 'type' => 'webview',
'path' => '/pages/webview/webview?data=%22%7b%22webview_url%22%3a%22http%3a%2f%2flocalhost%3a8080%2f%23%2fpages%2fgoodsManagement%2fgoodsManagement%3fmarket_id%3d1%26user_id%3d694%26store_id%3d5%22%7d%22',
'path' => '/pages/webview/webview?data=%27%7b%22webview_url%22%3a%22http%3a%2f%2flocalhost%3a8080%2f%23%2fpages%2fgoodsManagement%2fgoodsManagement%3fmarket_id%3d1%26user_id%3d694%26store_id%3d5%22%7d%27',
'command'=>'sp_login' 'command'=>'sp_login'
] ]
] ]

Loading…
Cancel
Save