修改部分声明;

This commit is contained in:
augushong
2021-11-15 18:00:19 +08:00
parent f7d3bc3827
commit 9f4c4f9dea
6 changed files with 217 additions and 95 deletions

View File

@@ -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' => '待开发。。。',
],
],
]);
]);