You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module.exports = {
|
|
// 系统名称
|
|
name: '会员系统',
|
|
// 必填: 后端api地址, 斜杠/结尾
|
|
// apiUrl: 'http://192.168.1.103:8999/',
|
|
// apiUrl: 'http://192.168.10.31:8999/',//服务器
|
|
apiUrl: 'https://mdc.huamar.com/',
|
|
// 必填: 默认商户号,从后台商户列表获取
|
|
merchantNo: '10001',
|
|
}
|