|
@@ -151,11 +151,11 @@ class FurnitureController extends Controller
|
|
$navbar = AlbumNavModel::where([['store_id', $store_id], ['state', 0]])->orderByDesc('sort')->get();
|
|
$navbar = AlbumNavModel::where([['store_id', $store_id], ['state', 0]])->orderByDesc('sort')->get();
|
|
//顶部菜单栏
|
|
//顶部菜单栏
|
|
$menus = AlbumNavModel::where([['store_id', $store_id], ['state', 1]])->orderByDesc('sort')->get();
|
|
$menus = AlbumNavModel::where([['store_id', $store_id], ['state', 1]])->orderByDesc('sort')->get();
|
|
-
|
|
|
|
|
|
+ $go_url = 'https://t6.9026.com/web/index.php?c=user&a=login&';
|
|
$conf = AlbumManufacturerModel::where('store_id',$store_id)->first();
|
|
$conf = AlbumManufacturerModel::where('store_id',$store_id)->first();
|
|
$getPhone = $conf->getPhone;
|
|
$getPhone = $conf->getPhone;
|
|
$getFocus = $conf->getFocus;
|
|
$getFocus = $conf->getFocus;
|
|
- return $this->api(compact('setting', 'banner', 'navbar', 'menus','getFocus'));
|
|
|
|
|
|
+ return $this->api(compact('setting', 'banner', 'navbar', 'menus','getFocus', 'go_url'));
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|