Commit 1a840ebd4ed644d1419656111a14d15f5e7d660c

Authored by 曹明
1 parent f434fab1
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://47.107.95.101/app-ht/web/', 6 + 'assetsUrl' => 'http://smart.zhoundlee.com/app-ht/web/',
7 ]; 7 ];
8 \ No newline at end of file 8 \ No newline at end of file
environments/prod/app-wx/config/main-local.php
1 <?php 1 <?php
2 -$baseUrl = ' http://smart.zhoundlee.com/'; 2 +$baseUrl = 'http://smart.zhoundlee.com/app-wx/web/';
3 $config = [ 3 $config = [
4 'components' => [ 4 'components' => [
5 'request' => [ 5 'request' => [
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/',  
7 - 'baseUrl' => ' http://smart.zhoundlee.com/' 6 + 'assetsUrl' => 'http://smart.zhoundlee.com/app-wx/web/',
  7 + 'baseUrl' => 'http://smart.zhoundlee.com/app-wx/web/'
8 ]; 8 ];
9 \ No newline at end of file 9 \ No newline at end of file