|
|
|
@ -1,11 +1,12 @@ |
|
|
|
module.exports = { |
|
|
|
|
|
|
|
// 系统名称
|
|
|
|
name: "萤火商城2.0", |
|
|
|
name: "国家文化专网网络注册登录系统", |
|
|
|
|
|
|
|
// 必填: 后端api地址, 斜杠/结尾, 参照下面格式
|
|
|
|
// 例如: https://www.你的域名.com/index.php?s=/api/
|
|
|
|
apiUrl: "https://www.你的域名.com/index.php?s=/api/", |
|
|
|
// apiUrl: "https://www.你的域名.com/index.php?s=/api/",
|
|
|
|
apiUrl: "http://192.168.66.16:8089/index.php?s=/api/", |
|
|
|
|
|
|
|
/** |
|
|
|
* 是否启用商城设置缓存 |
|
|
|
|