Files
dj-app/config.js
王鹏 87b1e850ae init
2025-08-14 14:49:25 +08:00

27 lines
617 B
JavaScript

// 应用全局配置
module.exports = {
baseUrl: 'https://feast.yidaima.cn/prod-api',
// baseUrl: 'http://127.0.0.1:8080',
// 应用信息
appInfo: {
// 应用名称
name: "南音资源库",
// 应用版本
version: "1.1.0",
// 应用logo
logo: "https://img.yidaima.cn/feast/logo.png",
// 官方网站
site_url: "http://www.yidaima.cn/",
// 政策协议
agreements: [{
title: "隐私政策",
url: "https://ruoyi.vip/protocol.html"
},
{
title: "用户服务协议",
url: "https://ruoyi.vip/protocol.html"
}
]
}
}