...
|
...
|
@@ -17,6 +17,7 @@ class IndexController extends HomeBaseController |
|
|
{
|
|
|
public function index()
|
|
|
{
|
|
|
header("Content-type: text/html; charset=utf-8");
|
|
|
$final['kuang1'] = 'Https://'.$_SERVER['HTTP_HOST'].'/themes/simpleboot3/public/assets/images/kuang1@2x.png';
|
|
|
$final['logo'] = 'Https://'.$_SERVER['HTTP_HOST'].'/themes/simpleboot3/public/assets/images/logo@2x.png';
|
|
|
$final['fanhui'] = 'Https://'.$_SERVER['HTTP_HOST'].'/themes/simpleboot3/public/assets/images/fanhui@2x.png';
|
...
|
...
|
|