Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaotoday committed Nov 13, 2019
1 parent a659f09 commit a05ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/consts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import PAY_WAYS from './pay-ways'
import STATUSES from './statuses'

// 基础地址
const BASE_URL = !env.isDev() ? 'http://localhost:3005' : 'https://hhx-api.liruan.cn'
const BASE_URL = env.isDev() ? 'http://localhost:3005' : 'https://hhx-api.liruan.cn'

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

0 comments on commit a05ba4e

Please sign in to comment.