Ver Código Fonte

5.14修改线上baseurl

lyn7568 5 anos atrás
pai
commit
0a5eb2f996
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      static/config/index-prod.js
  2. 1 1
      static/config/index.js

+ 1 - 1
static/config/index-prod.js

@ -5,7 +5,7 @@
5 5
  window.SITE_CONFIG = {};
6 6
7 7
  // api接口请求地址
8
  window.SITE_CONFIG['baseUrl'] = 'http://demo.open.renren.io/renren-fast-server';
8
  window.SITE_CONFIG['baseUrl'] =  'http://192.168.3.233:8002/renren-fast';
9 9
10 10
  // cdn地址 = 域名 + 版本号
11 11
  window.SITE_CONFIG['domain']  = './'; // 域名

+ 1 - 1
static/config/index.js

@ -5,7 +5,7 @@
5 5
  window.SITE_CONFIG = {};
6 6
7 7
  // api接口请求地址
8
  window.SITE_CONFIG['baseUrl'] = 'http://121.42.53.174:8002/renren-fast';
8
  window.SITE_CONFIG['baseUrl'] = 'http://192.168.3.233:8002/renren-fast';
9 9
10 10
  // cdn地址 = 域名 + 版本号
11 11
  window.SITE_CONFIG['domain']  = './'; // 域名