Commit 455ae801 authored by tywldx's avatar tywldx

fxi

parent 740a7d1c
var protocol = window.location.protocol;
var xyqbUserUrl = protocol + '//passport.domain.com';
var mallUrl = protocol + '//mall.domain.com';
var newMallUrl = protocol + '//new-mall.domain.com';
var socketApi = 'http://192.168.4.24:7049';
var xjdApi= protocol+ '//m.domain.com?registerFrom=1'
var xyqbUrl = protocol + '//api.domain.com'
var xyqbH5Backend = protocol + '//mapi.domain.com'
var activityUi = protocol + '//activity.domain.com'
module.exports = {
api: xyqbH5Backend + '/bt/api',
auth: xyqbH5Backend + '/bt/auth',
passport: xyqbH5Backend + '/passport',
xyqbUserUrl: xyqbUserUrl,
xjdApi: xjdApi,
mallUrl: mallUrl,
newMallUrl: newMallUrl,
mallApi: xyqbH5Backend + '/bt/mall',
socketApi: socketApi,
baitiaoBankCardToken: 'BAITIAO_RETURN_DEV_ZQ',
baitiaoRepayToken: 'BAITIAO_REPAY_RETURN_LOCAL',
xyqbUrl: xyqbUrl
xyqbUrl: xyqbUrl,
activityUi: activityUi
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment