新增创建模板命令

This commit is contained in:
augushong
2021-01-29 12:39:51 +08:00
parent cfeed897b2
commit 8684bb0c6b
3 changed files with 126 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
{include file="common/_require"}
<script>
var currentHeaderNavItem = 'Index';
var currentLeftNavItem = 'index';
var currentHeaderNavItem = '{%controllerName%}';
var currentLeftNavItem = '{%actionName%}';
</script>
</head>
<body class="layui-layout-body">