35 lines
1.0 KiB
JavaScript
35 lines
1.0 KiB
JavaScript
![]() |
// 应用全局配置
|
||
|
module.exports = {
|
||
|
// baseUrl: 'https://www.nuoyunr.com/admin-api',
|
||
|
// baseUrl: 'http://[2408:8214:41d:82d0:878c:10f8:2a8e:5d7a]:48080/admin-api',
|
||
|
baseUrl: 'http://192.168.1.5:48080/admin-api',
|
||
|
// baseUrl: 'http://localhost:48080/admin-api',
|
||
|
// baseUrl: 'http://uncs3q.natappfree.cc/admin-api',
|
||
|
// imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
||
|
baseImageUrl: 'https://www.nuoyunr.com/minio',
|
||
|
shareUrl: 'https://www.lighting-it.cn/inspection/inspection?inviteId=',
|
||
|
wsUrl: 'ws://192.168.1.35:48080',
|
||
|
// wsUrl: 'wss://www.nuoyunr.com',
|
||
|
// wsUrl: 'ws://[2408:8215:41b:3230:fdd2:dea8:c1d2:7803]:48080',
|
||
|
// 应用信息
|
||
|
appInfo: {
|
||
|
// 应用名称
|
||
|
name: "lanan-jc",
|
||
|
// 应用版本
|
||
|
version: "4.2",
|
||
|
// 应用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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|