mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
修改部分声明;
This commit is contained in:
@@ -20,25 +20,25 @@ Route::view('/', 'welcome', [
|
||||
[
|
||||
'name' => '首页',
|
||||
'active' => true,
|
||||
'href' => 'http://easyadmin.99php.cn',
|
||||
'href' => 'http://admin.demo.ulthon.com',
|
||||
'target' => '_self',
|
||||
],
|
||||
[
|
||||
'name' => '文档',
|
||||
'active' => false,
|
||||
'href' => 'http://easyadmin.99php.cn/docs',
|
||||
'href' => 'http://doc.ulthon.com/home/read/ulthon_admin/home.html',
|
||||
'target' => '_blank',
|
||||
],
|
||||
[
|
||||
'name' => '演示',
|
||||
'active' => false,
|
||||
'href' => 'http://easyadmin.99php.cn/admindemo',
|
||||
'href' => 'http://admin.demo.ulthon.com/',
|
||||
'target' => '_blank',
|
||||
],
|
||||
[
|
||||
'name' => 'QQ群',
|
||||
'active' => false,
|
||||
'href' => 'https://jq.qq.com/?_wv=1027&k=5IHJawE',
|
||||
'href' => 'https://jq.qq.com/?_wv=1027&k=TULvsosz',
|
||||
'target' => '_blank',
|
||||
],
|
||||
],
|
||||
@@ -68,4 +68,4 @@ Route::view('/', 'welcome', [
|
||||
'description' => '待开发。。。',
|
||||
],
|
||||
],
|
||||
]);
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user