Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaotoday committed May 17, 2019
1 parent 4cac22b commit a28de51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/consts/index.js
Expand Up @@ -15,7 +15,7 @@ import COUPON_STATUSES from './coupon-statuses'
import SURVEY_QUESTION_TYPES from './survey-question-types'

// 基础地址
const BASE_URL = env.isDev() ? 'http://localhost:3004' : 'https://api.fjmn.cn'
const BASE_URL = env.isDev() ? 'http://localhost:3004' : 'https://api.fjnm.cn'

// 接口地址
const API_URL = BASE_URL + '/api/v1/admin'
Expand Down

0 comments on commit a28de51

Please sign in to comment.