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: 'fuint会员系统',
|
|
|
|
// 必填: 后端api地址, 斜杠/结尾
|
|
|
|
// apiUrl: "https://yanghaodong.51vip.biz/",
|
|
|
|
apiUrl: 'https://boot.ennenergy.cn/',
|
|
|
|
// 必填: 默认商户号,从后台商户列表获取
|
|
|
|
merchantNo: '10001',
|
|
|
|
}
|