diff --git a/backend/modules/wx_public_account/views/public-account/custom_menu.php b/backend/modules/wx_public_account/views/public-account/custom_menu.php index 5fd18fd..8c8a679 100644 --- a/backend/modules/wx_public_account/views/public-account/custom_menu.php +++ b/backend/modules/wx_public_account/views/public-account/custom_menu.php @@ -9,9 +9,12 @@ use backend\modules\wx_public_account\web\WxPublicAccountAsset; $this->title = '自定义菜单'; $this->params['breadcrumbs'][] = $this->title; WxPublicAccountAsset::register($this); +list(, $url) = Yii::$app->assetManager->publish('@backend/modules/wx_public_account/assets'); ?> - +
\ No newline at end of file