lanan-repair-app/config.js

38 lines
875 B
JavaScript
Raw Normal View History

2024-10-09 13:34:36 +08:00
// 应用全局配置
module.exports = {
2025-01-09 18:03:36 +08:00
//生产
2024-12-12 14:10:52 +08:00
baseUrl: 'https://www.nuoyunr.com',
2025-01-09 18:03:36 +08:00
//开发
// baseUrl: "http://192.168.1.17:48080",
2024-11-27 15:12:59 +08:00
// baseUrl: "http://rzqhb7.natappfree.cc",
2024-10-09 13:34:36 +08:00
imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
baseImageUrl: 'https://www.nuoyunr.com/minio/',
2024-10-16 18:35:15 +08:00
shareUrl: 'https://www.lighting-it.cn/share?inviteId=',
2025-01-09 18:03:36 +08:00
//生产
2024-10-31 19:05:52 +08:00
wsUrl: 'ws://122.51.230.86:48080',
2025-01-09 18:03:36 +08:00
//本地
// wsUrl: 'ws://192.168.1.17:48080',
2024-10-30 18:14:19 +08:00
//com.carService.qx
2024-10-09 13:34:36 +08:00
// 应用信息
appInfo: {
// 应用名称
name: "智修小助手",
// 应用版本
2025-01-13 17:55:54 +08:00
version: "2.4",
2024-10-09 13:34:36 +08:00
// 应用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"
}
]
}
}