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.
16 lines
450 B
16 lines
450 B
module.exports = {
|
|
|
|
// 系统名称
|
|
name: "文化数据专网",
|
|
|
|
// 必填: 后端api地址, 斜杠/结尾, 参照下面格式
|
|
// 例如: https://www.你的域名.com/index.php?s=/api/
|
|
apiUrl: "http://192.168.66.16:8089/index.php?s=/api/",
|
|
|
|
/**
|
|
* 是否启用商城设置缓存
|
|
* 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存
|
|
*/
|
|
enabledSettingCache: false,
|
|
|
|
}
|
|
|