diff --git a/app/controller/ConsoleController.php b/app/controller/ConsoleController.php index 386696c..ac557f1 100644 --- a/app/controller/ConsoleController.php +++ b/app/controller/ConsoleController.php @@ -13,6 +13,7 @@ class ConsoleController extends BaseController // 后台主页 public function index() { + View::assign('version', 'v1.0.1'); return View::fetch(); } // 管理菜单 diff --git a/view/console/index.html b/view/console/index.html index 7a9ecd4..4d07cec 100644 --- a/view/console/index.html +++ b/view/console/index.html @@ -82,7 +82,7 @@
版本号:v1.0.0
by techhaha
版本号:
by techhaha