module.exports = {
// 系统名称
name: "会员系统",
// 必填: 后端api地址, 斜杠/结尾
apiUrl: "http://127.0.0.1:8080/",
// 必填: 默认商户号,从后台商户列表获取
merchantNo: "10001"
}