Files
ctms-client/app.config.js

55 lines
2.0 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 应用全局配置,App.vue挂载到getApp().globalData.config
export default {
//主界面(注意是登陆成功或者开屏广告之后的页面)
"mainPage": "/pages/ctms/tabbar/index/index",
//开启调试
"isDebug": false,
//定义开放平台
// "openplat": 'uniCloud',
//关于应用
"about": {
//应用名称
"appName": "运车助手",
//应用logo
"logo": "/static/logo.png",
//公司名称
"company": "安徽安邮车联运输有限公司",
//口号
"slogan": "安邮车联汽车托运管理平台-值得您依赖的运车管家。",
//应用的链接,用于分享到第三方平台和生成关于我们页的二维码
"download": "https://ctms.hiluker.cn",
//version
"version": "1.20250701.007", //用于非app端显示app端自动获取
"agreements": {
serviceUrl: 'https://public.hiluker.com/ctms/client/service.html',
privacyUrl: 'https://public.hiluker.com/ctms/client/private.html'
}
},
"h5": {
"url": "https://ctms.hiluker.cn", // 前端网页托管的域名
// 在h5端全局悬浮引导用户下载app的功能 更多自定义要求在/common/openApp.js中修改
// "openApp": {
// //点击悬浮下载栏后打开的网页链接
// "openUrl": '/#/pages/uni-starter/ucenter/invite/invite',
// //左侧显示的应用名称
// "appname": '安邮车联运车平台',
// //应用的图标
// "logo": './static/logo.png',
// }
},
"download": { //用于生成二合一下载页面
"ios": "",
"android": ""
},
//用于打开应用市场评分界面
"marketId": {
"ios": "",
"android": ""
},
//配置多语言国际化。
"i18n": {
"enable": false //默认关闭国际化。如果你想使用国际化相关功能请改为true
}
}