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