You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
508 B
14 lines
508 B
// // export const apiBaseUrl = 'http://www.b2c.com/'
|
|
// export const apiBaseUrl = 'http://192.168.43.195:8081/'
|
|
export const apiBaseUrl = 'http://www.yyundong.com:8081/'
|
|
//export const apiBaseUrl = 'https://demo.jihainet.com/'
|
|
// #ifdef H5
|
|
export const baseUrl=process.env.NODE_ENV === 'development'?window.location.origin+'/':apiBaseUrl
|
|
// #endif
|
|
export const paymentType = {
|
|
//支付单类型
|
|
order: 1, //订单
|
|
recharge: 2, //充值
|
|
form_order: 5, //表单付款码
|
|
form_pay: 6 //表单订单
|
|
}
|