Skip to content

Commit

Permalink
修复封装的web类错误
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamn committed Mar 6, 2020
1 parent 7290aed commit 3473b9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ JAVA版的开源地址位于:[这里](https://github.com/szvone/Vmq)
**普通更新,直接删除install目录直接覆盖安装即可,注意修改config.php的相关配置文件**
#### Ver. 2.0(2020.03.06)
**紧急更新**
1、修复web类默认参数未设置的问题
#### Ver. 1.9(2020.03.06)
**普通更新**
Expand Down
2 changes: 1 addition & 1 deletion install/views/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<h1>V免签</h1>
<h3>系统安装向导</h3>
</div>
<div class="version">版本: v1.9(2020.03.06)</div>
<div class="version">版本: v2.0(2020.03.06)</div>
</div>
</div>
2 changes: 1 addition & 1 deletion protected/controller/admin/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class BaseController extends Controller
{
public $layout = "layout";
public $version='1.9';
public $version='2.0';

function init()
{
Expand Down

0 comments on commit 3473b9d

Please sign in to comment.