|
@@ -13,7 +13,10 @@ class Tvindex extends Api
|
|
//首页
|
|
//首页
|
|
public function indexdata(){
|
|
public function indexdata(){
|
|
|
|
|
|
- //左上角 logo,名称,4个按钮
|
|
|
|
|
|
+ //背景图
|
|
|
|
+ $data['index_bg_image'] = localpath_to_netpath(config('site.index_bg_image'));
|
|
|
|
+
|
|
|
|
+ //左上角 logo,名称,4个按钮,账号
|
|
|
|
|
|
$data['index_logo'] = localpath_to_netpath(config('site.index_logo'));
|
|
$data['index_logo'] = localpath_to_netpath(config('site.index_logo'));
|
|
$data['index_appname'] = config('site.index_appname');
|
|
$data['index_appname'] = config('site.index_appname');
|
|
@@ -28,6 +31,7 @@ class Tvindex extends Api
|
|
$data['index_right_1'] = config('site.index_right_1');
|
|
$data['index_right_1'] = config('site.index_right_1');
|
|
$data['index_right_2'] = config('site.index_right_2');
|
|
$data['index_right_2'] = config('site.index_right_2');
|
|
$data['index_right_3'] = config('site.index_right_3');
|
|
$data['index_right_3'] = config('site.index_right_3');
|
|
|
|
+ $data['index_right_4'] = config('site.index_right_4');
|
|
|
|
|
|
//主视频
|
|
//主视频
|
|
$index_top_video_id = config('site.index_top_video_id');
|
|
$index_top_video_id = config('site.index_top_video_id');
|