36 lines
858 B
JavaScript
36 lines
858 B
JavaScript
|
// 应用全局配置
|
||
|
module.exports = {
|
||
|
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
||
|
// baseUrl: 'http://192.168.1.3:8080/lanan',
|
||
|
baseUrl: 'https://www.nuoyunr.com/lanan',
|
||
|
// baseUrl: 'http://localhost:8080/lanan',
|
||
|
|
||
|
htmlUrl: 'http://192.168.1.3:80',
|
||
|
// imagesUrl: 'http://43.140.199.34/lananRsc/',
|
||
|
imagesUrl: 'http://www.nuoyunr.com/lananRsc/',
|
||
|
// imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
|
||
|
// http://43.140.199.34/lananRsc
|
||
|
|
||
|
// 应用信息
|
||
|
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|