Commit ae88ab859a51da7d1c86caf5e6ab37719402d69f

Authored by 曹明
1 parent 1a840ebd
Exists in master

1.正式环境路径修改

environments/prod/app-ht/config/params-local.php
@@ -3,5 +3,5 @@ return [ @@ -3,5 +3,5 @@ return [
3 /** 3 /**
4 * 基础 CSS JS 的路径 4 * 基础 CSS JS 的路径
5 */ 5 */
6 - 'assetsUrl' => 'http://smart.zhoundlee.com/app-ht/web/', 6 + 'assetsUrl' => 'http://smart.zhoundlee.com/',
7 ]; 7 ];
8 \ No newline at end of file 8 \ No newline at end of file
environments/prod/app-wx/config/params-local.php
@@ -3,6 +3,6 @@ return [ @@ -3,6 +3,6 @@ return [
3 /** 3 /**
4 * 基础 CSS JS 的路径 4 * 基础 CSS JS 的路径
5 */ 5 */
6 - 'assetsUrl' => 'http://smart.zhoundlee.com/app-wx/web/',  
7 - 'baseUrl' => 'http://smart.zhoundlee.com/app-wx/web/' 6 + 'assetsUrl' => 'http://smart.zhoundlee.com/',
  7 + 'baseUrl' => 'http://smart.zhoundlee.com/'
8 ]; 8 ];
9 \ No newline at end of file 9 \ No newline at end of file