RuoYi-App 1.0.0

This commit is contained in:
RuoYi
2022-08-01 08:14:57 +08:00
parent 766bf58c8b
commit 0ca2bd20b8
349 changed files with 43898 additions and 0 deletions

25
config.js Normal file
View File

@@ -0,0 +1,25 @@
// 应用全局配置
module.exports = {
baseUrl: 'http://localhost:8080',
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app",
// 应用版本
version: "1.0.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"
}
]
}
}