ソースを参照

5.14修改线上baseurl

lyn7568 5 年 前
コミット
0a5eb2f996
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  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']  = './'; // 域名