首次提交

This commit is contained in:
fz
2024-01-05 17:01:30 +08:00
parent 55041f859b
commit ff43ff43ab
349 changed files with 45258 additions and 0 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"
}
]
}
}