mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 09:16:40 +08:00
版本号逻辑处理
This commit is contained in:
parent
40f07d9023
commit
7757d51ae3
@ -13,6 +13,7 @@ class ConsoleController extends BaseController
|
||||
// 后台主页
|
||||
public function index()
|
||||
{
|
||||
View::assign('version', 'v1.0.1');
|
||||
return View::fetch();
|
||||
}
|
||||
// 管理菜单
|
||||
|
@ -82,7 +82,7 @@
|
||||
<div class="layui-side-scroll">
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="version"><p>版本号:v1.0.0</p><p>by techhaha</p></div>
|
||||
<div id="version"><p>版本号:<?php echo $version ?></p><p>by techhaha</p></div>
|
||||
</div>
|
||||
<!-- 视 图 页 面 -->
|
||||
<div class="layui-body">
|
||||
|
Loading…
Reference in New Issue
Block a user