Explorar el Código

对VG项目的后台配置文件进行修改

jace hace 6 años
padre
commit
22cf071853

+ 3 - 3
VeGardInternational/helongcrm/admin/common/config/params.php

@@ -10,14 +10,14 @@ return [
     'xcrmServiceBaseUrl' => 'http://service.crm.helongfx.com',
     'xcrmServiceApiSecret' => 'app_oauth#^A3lopM5*$%TUa@wtC467^',
 
-    'xcoqBaseUrl' => 'http://www.helongfx.com/',     //返回官网
-    'xcrmHost' => 'http://crm.helongfx.com',         //在线开户
+    'xcoqBaseUrl' => 'http://www.vegardmkt.com/',     //返回官网
+    'xcrmHost' => 'http://crm.vegardmkt.com',         //在线开户
     'xcrmMobileHost' => 'http://m.trends-fx.com',
     
     // rc环境的xcrm域名
     'rcXcrmHost' => 'http://xcrm.trends-fx.com',
     // stb环境的xcrm域名
-    'stbXcrmHost' => 'http://crm.stb.trends-fx.com',
+    'stbXcrmHost' => 'http://crm.vegardmkt.com',
     // 程序运行的环境
     'environment' => ['dev', 'rc', 'stb', 'prod'],
 ];

BIN
VeGardInternational/helongcrm/crm/backend/web/ui/img/logo.png


+ 4 - 4
VeGardInternational/helongcrm/crm/common/config/params.php

@@ -12,15 +12,15 @@ return [
 
 
 
-    'xcoqBaseUrl' => 'http://www.helongfx.com',     //返回官网
-    'xcrmHost' => 'http://crm.helongfx.com',        //在线开户
+    'xcoqBaseUrl' => 'http://www.vegardmkt.com',     //返回官网
+    'xcrmHost' => 'http://crm.vegardmkt.com',        //在线开户
     // 'xcrmHost' => 'http://xcrm.taikong88.com',
-    'xcoqMobileHost' => 'http://m.trends-fx.com',
+    'xcoqMobileHost' => 'http://m.vegardmkt.com',
 
     // rc环境的xcrm域名
     'rcXcrmHost' => 'http://xcrm.trends-fx.com',
     // stb环境的xcrm域名
-    'stbXcrmHost' => 'http://crm.stb.trends-fx.com',
+    'stbXcrmHost' => 'http://crm.vegardmkt.com',
     // 程序运行的环境
     'environment' => ['dev', 'rc', 'stb', 'prod'],
 ];