diff --git a/app-ht/config/params.php b/app-ht/config/params.php index 0af3b4f..2827848 100644 --- a/app-ht/config/params.php +++ b/app-ht/config/params.php @@ -1,4 +1,4 @@ 'v0.0.1 build 4', + 'VERSION' => 'v0.0.1 build 5', ]; \ No newline at end of file diff --git a/app-ht/views/layouts/_main-content.php b/app-ht/views/layouts/_main-content.php index 1d3cfc6..356e5e1 100644 --- a/app-ht/views/layouts/_main-content.php +++ b/app-ht/views/layouts/_main-content.php @@ -340,7 +340,7 @@ $routes = $router->routes(); // 获取调整地址 function getJumpPath(path){ - return "" + path; + return "" + path; } /** -- libgit2 0.21.0