|
|
|
@ -6,7 +6,8 @@ module.exports = { |
|
|
|
// 必填: 后端api地址, 斜杠/结尾, 参照下面格式
|
|
|
|
// 例如: 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/", |
|
|
|
apiUrl: "./index.php?s=/api/", |
|
|
|
// apiUrl: "http://192.168.66.16:8089/index.php?s=/api/",
|
|
|
|
|
|
|
|
/** |
|
|
|
* 是否启用商城设置缓存 |
|
|
|
|