This commit is contained in:
fz
2023-09-05 16:14:07 +08:00
parent 3004bd234a
commit fa8c21a1fc
510 changed files with 40385 additions and 28169 deletions
+26
View File
@@ -0,0 +1,26 @@
// 应用全局配置
module.exports = {
baseUrl: 'http://192.168.3.77:8080',
// baseUrl: 'http://localhost:8080',
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app",
// 应用版本
version: "1.1.0",
// 应用logo
logo: "/static/chuizi.png",
// 官方网站
site_url: "http://ruoyi.vip",
// 政策协议
agreements: [{
title: "隐私政策",
url: "https://ruoyi.vip/protocol.html"
},
{
title: "用户服务协议",
url: "https://ruoyi.vip/protocol.html"
}
]
}
}