1 Star 0 Fork 4.7K

wanghongyuan / RuoYi-App-Plus

forked from 幽. / ruoyi-app-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.js 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
// 应用全局配置
module.exports = {
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
baseUrl: 'http://localhost:8080',
//客户端id
clientId:'428a8310cd442757ae699df5d894f051',
//授权模式
grantType:'password',
//租户id
tenantId: '000000',
//记住我模式
rememberMe: false,
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app-plus",
// 应用版本
version: "1.1.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"
}
]
}
}
Java
1
https://gitee.com/whymable/RuoYi-App-Plus.git
git@gitee.com:whymable/RuoYi-App-Plus.git
whymable
RuoYi-App-Plus
RuoYi-App-Plus
master

搜索帮助