diff --git a/environments/prod/app-ht/config/params-local.php b/environments/prod/app-ht/config/params-local.php index e6ecd2c..ef3ee57 100644 --- a/environments/prod/app-ht/config/params-local.php +++ b/environments/prod/app-ht/config/params-local.php @@ -3,5 +3,5 @@ return [ /** * 基础 CSS JS 的路径 */ - 'assetsUrl' => 'http://smart.zhoundlee.com/app-ht/web/', + 'assetsUrl' => 'http://smart.zhoundlee.com/', ]; \ No newline at end of file diff --git a/environments/prod/app-wx/config/params-local.php b/environments/prod/app-wx/config/params-local.php index 70e4363..a21521c 100644 --- a/environments/prod/app-wx/config/params-local.php +++ b/environments/prod/app-wx/config/params-local.php @@ -3,6 +3,6 @@ return [ /** * 基础 CSS JS 的路径 */ - 'assetsUrl' => 'http://smart.zhoundlee.com/app-wx/web/', - 'baseUrl' => 'http://smart.zhoundlee.com/app-wx/web/' + 'assetsUrl' => 'http://smart.zhoundlee.com/', + 'baseUrl' => 'http://smart.zhoundlee.com/' ]; \ No newline at end of file -- libgit2 0.21.0