Browse Source

零交会广告

shish 3 years ago
parent
commit
af7959e325
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

@@ -86,7 +86,7 @@ class GhsController extends BaseController
 
         //广告列表
         $apiHost = Yii::$app->params['hdImgHost'];
-        $ad = [['banner' => $apiHost . '/ljh/banner2.jpg', 'url' => 'admin/ljh/info']];
+        $ad = [['banner' => $apiHost . '/ljh/banner2.jpg', 'url' => '/admin/ljh/info']];
         $respond['ad'] = $ad;
 
         util::success($respond);