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.
|
module.exports = {
|
|
// 系统名称
|
|
name: "雪山臻品",
|
|
// 必填: 后端api地址, 斜杠/结尾, 参照下面格式
|
|
// 例如: https://www.你的域名.com/index.php?s=/api/
|
|
apiUrl: "https://xszp.njrzwl.cn/index.php?s=/api/"
|
|
}
|
|
|