Commit 9ea294003e062a24b2e0580f855818d3549ea8e5

Authored by xu
1 parent c6779489
Exists in master

app-ht(v0.0.1 build 5)

1. F 页面调整排查test 模式
app-ht/config/params.php
1 1 <?php
2 2 return [
3   - 'VERSION' => 'v0.0.1 build 4',
  3 + 'VERSION' => 'v0.0.1 build 5',
4 4 ];
5 5 \ No newline at end of file
... ...
app-ht/views/layouts/_main-content.php
... ... @@ -340,7 +340,7 @@ $routes = $router-&gt;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 /**
... ...