mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
增加商业支持导航
This commit is contained in:
@@ -26,6 +26,12 @@ Route::view('/', 'welcome', [
|
|||||||
'href' => 'http://admin.demo.ulthon.com/admin/',
|
'href' => 'http://admin.demo.ulthon.com/admin/',
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => '商业支持',
|
||||||
|
'active' => false,
|
||||||
|
'href' => 'https://ulthon.com/bussiness.html',
|
||||||
|
'target' => '_blank',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'name' => 'QQ群',
|
'name' => 'QQ群',
|
||||||
'active' => false,
|
'active' => false,
|
||||||
|
|||||||
Reference in New Issue
Block a user