更新插件的前台默认的显示页面,控制器的 bool变量名称更新后可以正常显示。
This commit is contained in:
@@ -27,7 +27,7 @@ class Easyflow extends HomeController
|
||||
/**
|
||||
* 鉴权控制器
|
||||
*/
|
||||
public $needLogin = false;
|
||||
public bool $needLogin = false;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
4
plugin/easyflow/data/menu.html
Normal file
4
plugin/easyflow/data/menu.html
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
<li class="layui-nav-item">
|
||||
<a class="#" lay-href="/index/easyflow/index">简单工作流插件</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user