Browse Source

官网菜单

shish 6 years ago
parent
commit
ca64284857
1 changed files with 1 additions and 2 deletions
  1. 1 2
      common/services/xhWxMenuService.php

+ 1 - 2
common/services/xhWxMenuService.php

@@ -46,8 +46,7 @@ class xhWxMenuService
 //				["type" => "view", "name" => "后台", "menuOption" => $menuOption['redirectToCustomUrl'], "url" => $mallDomain . '/#/?account=' . $merchantId,],
 //			];
 			$button = [
-				["type" => 'miniprogram', "name" => "官网", "appid" => $merchant['miniAppId'], "pagepath" => "admin/home/console", "url" => $mallDomain . '/#/?account=' . $merchantId,],
-				["type" => 'miniprogram', "name" => "申请", "appid" => $merchant['miniAppId'], "pagepath" => "admin/home/console", "url" => $mallDomain . '/#/?account=' . $merchantId,],
+				["type" => 'miniprogram', "name" => "官网", "appid" => $merchant['miniAppId'], "pagepath" => "admin/official/index", "url" => $mallDomain . '/#/?account=' . $merchantId,],
 				["type" => 'miniprogram', "name" => "后台", "appid" => $merchant['miniAppId'], "pagepath" => "admin/home/console", "url" => $mallDomain . '/#/?account=' . $merchantId,],
 			];
 		}