|
|
@ -1,6 +1,6 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
use backend\modules\wx_public_account\web\WxPublicAccountAsset; |
|
|
|
use backend\modules\wx_public_account\web\CustomMenuAsset; |
|
|
|
|
|
|
|
/* @var $this yii\web\View */ |
|
|
|
/* @var $searchModel vendor\iron\coupon\src\models\searchs\ServicesDomainSearch */ |
|
|
@ -8,7 +8,7 @@ use backend\modules\wx_public_account\web\WxPublicAccountAsset; |
|
|
|
|
|
|
|
$this->title = '自定义菜单'; |
|
|
|
$this->params['breadcrumbs'][] = $this->title; |
|
|
|
WxPublicAccountAsset::register($this); |
|
|
|
CustomMenuAsset::register($this); |
|
|
|
list(, $url) = Yii::$app->assetManager->publish('@backend/modules/wx_public_account/assets'); |
|
|
|
?>
|
|
|
|
<div id="app"></div> |
|
|
|