Browse Source

开发环境api地址调整

daxiongYang 7 years ago
parent
commit
1e923019dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/config/index.js

+ 2 - 2
static/config/index.js

@ -5,10 +5,10 @@
5 5
  window.SITE_CONFIG = {};
6 6
7 7
  // api接口请求地址
8
  window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080/renren-fast';
8
  window.SITE_CONFIG['baseUrl'] = 'http://demo.renren.io/renren-fast';
9 9
10 10
  // 嵌套iframe地址
11
  window.SITE_CONFIG['nestIframeUrl'] = 'http://localhost:8080/renren-fast';
11
  window.SITE_CONFIG['nestIframeUrl'] = 'http://demo.renren.io/renren-fast';
12 12
  // 嵌套iframe路由名称列表
13 13
  window.SITE_CONFIG['nestIframeRouteNameList'] = ['sql'];
14 14