Commit 9ea294003e062a24b2e0580f855818d3549ea8e5
1 parent
c6779489
Exists in
master
app-ht(v0.0.1 build 5)
1. F 页面调整排查test 模式
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app-ht/config/params.php
app-ht/views/layouts/_main-content.php
... | ... | @@ -340,7 +340,7 @@ $routes = $router->routes(); |
340 | 340 | |
341 | 341 | // 获取调整地址 |
342 | 342 | function getJumpPath(path){ |
343 | - return "<?= (YII_ENV_PROD || YII_ENV_TEST) ? '' : Yii::getAlias('@web') . '/' ?>" + path; | |
343 | + return "<?= (YII_ENV_PROD) ? '' : Yii::getAlias('@web') . '/' ?>" + path; | |
344 | 344 | } |
345 | 345 | |
346 | 346 | /** | ... | ... |