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.
9 lines
230 B
JavaScript
9 lines
230 B
JavaScript
4 months ago
|
module.exports = {
|
||
|
// 系统名称
|
||
|
name: "会员系统",
|
||
|
// 必填: 后端api地址, 斜杠/结尾
|
||
|
apiUrl: "http://127.0.0.1:8080/",
|
||
|
// 必填: 默认商户号,从后台商户列表获取
|
||
|
merchantNo: "10001"
|
||
|
}
|