49 lines
1.4 KiB
JavaScript
49 lines
1.4 KiB
JavaScript
// 应用全局配置
|
|
module.exports = {
|
|
baseUrl: 'http://10.16.13.40:8880/',
|
|
wsUrl:'ws://10.16.13.40:8880',
|
|
imagesUrl: 'http://192.168.1.5:8880',
|
|
// baseUrl: 'http://192.168.1.36:8880/',
|
|
// wsUrl:'ws://192.168.1.36:8880',
|
|
// imagesUrl: 'http://192.168.1.36:8880',
|
|
peopleIcon:'http://47.243.63.30:88/resource/行人.png',
|
|
varStop:'http://47.243.63.30:88/resource/途径站点.png',
|
|
endStopIcon:'http://47.243.63.30:88/resource/公交终点.png',
|
|
startStopIcon:'http://47.243.63.30:88/resource/公交起点.png',
|
|
markIcon:'http://47.243.63.30:88/resource/a.png',
|
|
startIcon:'http://47.243.63.30:88/resource/b.png',
|
|
carIcon:'http://47.243.63.30:88/resource/c.png',
|
|
mapUrl:'http://47.243.63.30:8080',
|
|
payUrl:'http://47.243.63.30:88/resource/payInfo.html',
|
|
publicUrl:'http://flintown.cn:8080/',
|
|
taxiIcon:'http://47.243.63.30:88/resource/e.png',
|
|
translatorImageUploadUrl:'http://47.243.63.30:8080/v1/files/upload',
|
|
|
|
// 应用信息
|
|
appInfo: {
|
|
// 应用名称
|
|
name: "Flinto",
|
|
// 应用版本
|
|
version: "2.0.3",
|
|
// 应用logo
|
|
logo: "http://www.nuoyunr.com/lananRsc/logo.png'",
|
|
// 官方网站
|
|
site_url: "http://ruoyi.vip",
|
|
// 政策协议
|
|
agreements: [{
|
|
title: "隐私政策",
|
|
url: "https://ruoyi.vip/protocol.html"
|
|
},
|
|
{
|
|
title: "用户服务协议",
|
|
url: "https://ruoyi.vip/protocol.html"
|
|
}
|
|
]
|
|
},
|
|
i18n: {
|
|
locales: ['zh-CN', 'en'], // 支持的语言列表
|
|
current: 'en' // 当前使用的语言
|
|
}
|
|
}
|
|
|