Browse Source

修改api接口地址

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

+ 1 - 1
static/config/index.js

4
;(function () {
4
;(function () {
5
  window.SITE_CONFIG = {}
5
  window.SITE_CONFIG = {}
6
  // api接口请求地址
6
  // api接口请求地址
7
  window.SITE_CONFIG.baseUrl = '//dev.demo.renren.io/renren-fast'
7
  window.SITE_CONFIG.baseUrl = '//demo.renren.io/renren-fast'
8
8
9
  // 嵌套iframe地址
9
  // 嵌套iframe地址
10
  window.SITE_CONFIG.nestIframeUrl = '//demo.renren.io/renren-fast/'
10
  window.SITE_CONFIG.nestIframeUrl = '//demo.renren.io/renren-fast/'