This commit is contained in:
砂糖
2025-09-11 17:14:47 +08:00
commit d2cae7d0e7
363 changed files with 48147 additions and 0 deletions

26
config.js Normal file
View File

@@ -0,0 +1,26 @@
// 应用全局配置
module.exports = {
baseUrl: 'http://140.143.206.120/prod-api',
// baseUrl: 'http://localhost:8080',
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app",
// 应用版本
version: "1.2.0",
// 应用logo
logo: "/static/logo.png",
// 官方网站
site_url: "http://ruoyi.vip",
// 政策协议
agreements: [{
title: "隐私政策",
url: "https://ruoyi.vip/protocol.html"
},
{
title: "用户服务协议",
url: "https://ruoyi.vip/protocol.html"
}
]
}
}