You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
575 B
24 lines
575 B
module.exports = {
|
|
|
|
// 系统名称
|
|
name: "吉媒婚恋网互动平台",
|
|
|
|
/**
|
|
* 后端api地址 (必填; 斜杠/结尾; 请确保能访问)
|
|
* 例如: https://www.你的域名.com/index.php?s=/api/
|
|
*/
|
|
apiUrl: "https://dev.gxwebsoft.com/jimeihd/index.php?s=/api/",
|
|
|
|
/**
|
|
* 商城ID (必填)
|
|
* 可在超管后台-商城列表中查看
|
|
*/
|
|
storeId: 10001,
|
|
|
|
/**
|
|
* 是否启用H5端多开
|
|
* 启用后将通过获取子域名中的ID作为storeId; 例如域名是 "shop10001.baidu.com", 那么storeId就是10001
|
|
*/
|
|
enabledH5Multi: true,
|
|
|
|
}
|