From 1a840ebd4ed644d1419656111a14d15f5e7d660c Mon Sep 17 00:00:00 2001 From: caoming <604844710@qq.com> Date: Wed, 11 Dec 2019 21:02:44 +0800 Subject: [PATCH] 1.正式环境路径修改 --- environments/prod/app-ht/config/params-local.php | 2 +- environments/prod/app-wx/config/main-local.php | 2 +- environments/prod/app-wx/config/params-local.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/prod/app-ht/config/params-local.php b/environments/prod/app-ht/config/params-local.php index 219b46c..e6ecd2c 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://47.107.95.101/app-ht/web/', + 'assetsUrl' => 'http://smart.zhoundlee.com/app-ht/web/', ]; \ No newline at end of file diff --git a/environments/prod/app-wx/config/main-local.php b/environments/prod/app-wx/config/main-local.php index e3403dc..0201a16 100644 --- a/environments/prod/app-wx/config/main-local.php +++ b/environments/prod/app-wx/config/main-local.php @@ -1,5 +1,5 @@ [ 'request' => [ diff --git a/environments/prod/app-wx/config/params-local.php b/environments/prod/app-wx/config/params-local.php index 29492a2..70e4363 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/', - 'baseUrl' => ' http://smart.zhoundlee.com/' + 'assetsUrl' => 'http://smart.zhoundlee.com/app-wx/web/', + 'baseUrl' => 'http://smart.zhoundlee.com/app-wx/web/' ]; \ No newline at end of file -- libgit2 0.21.0