Ver Fonte

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pcfront

gjy há 3 anos atrás
pai
commit
861f004fa3
3 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      .env.production
  2. 1 1
      jest.config.js
  3. 1 1
      nginx.conf.default

+ 1 - 1
.env.production

@@ -2,6 +2,6 @@
 ENV = 'production'
 NODE_ENV = 'production'
 # base api
-VUE_APP_BASE_API = 'http://api.zthymaoyi.com'
+VUE_APP_BASE_API = 'http://api1.eliangeyun.com'
 # VUE_APP_BASE_API = 'http://106.15.236.176/ob/'
 VUE_APP_CONTEXT = /

+ 1 - 1
jest.config.js

@@ -23,5 +23,5 @@ module.exports = {
     'lcov',
     'text-summary'
   ],
-  testURL: 'http://api.zthymaoyi.com/'
+  testURL: 'http://api.eliangeyun.com/'
 }

+ 1 - 1
nginx.conf.default

@@ -1,6 +1,6 @@
 server {
     listen       80;
-    server_name  api.zthymaoyi.com;
+    server_name  api.eliangeyun.com;
 
     charset     utf-8;
     access_log  /var/log/nginx/log/host.access.log  main;