1 Star 0 Fork 4.6K

无敌才是王道 / RuoYi-App

forked from 若依 / RuoYi-App 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
config.js 583 Bytes
Copy Edit Raw Blame History
若依 authored 2022-12-28 13:59 . RuoYi-App 1.1.0
// 应用全局配置
module.exports = {
baseUrl: 'https://vue.ruoyi.vip/prod-api',
// baseUrl: 'http://localhost:8080',
// 应用信息
appInfo: {
// 应用名称
name: "ruoyi-app",
// 应用版本
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/WuDiCaiShiWangDao/RuoYi-App.git
git@gitee.com:WuDiCaiShiWangDao/RuoYi-App.git
WuDiCaiShiWangDao
RuoYi-App
RuoYi-App
master

Search