Files
ctms-client/config/ctms.config.js
fm453 c62d15b288 首次完整推送,
V:1.20240808.006
2024-08-13 18:32:37 +08:00

38 lines
1.3 KiB
JavaScript
Raw 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.

// 应用子项目配置
export default {
/*接口设置*/
apiUrl: 'https://api.ctms.hiluker.cn/',
// apiUrl: 'http://11.22.33.48:10032/',
//网址后缀
url_suffix: '453',
//入口脚本文件
url_entry: 'index.php/client/v1',
// url_entry: 'index_test.php/client/v1',
//运单H5预览地址
h5_view: 'https://h5.ctms.hiluker.cn/pages/order/detail.html',
//应用ID对应到vapp-sass轻应用系统
appid: 1,
//归属商户ID(即平台ID)
pid: 1,
//请求头配置
headers: {
isToken: true,
Authorization: 'hiCtmsClientXXXXXXXXXXXXXX', //请求授权的token示范
params: [], //TODO,暂未想好如何配置
},
// loginPage: 'uni_modules/uni-id-pages/pages/login/login-withoutpwd',
loginPage: 'pages/ctms/login/loginSms',
pageDir: "/pages/ctms/", //子项目页面目录
kfPhone: "13211111058", //客服手机号
"version": "1.20240808.008", //内置版本号
isUserUnicloud: false,
//是否使用 用户uni云服务
demoCarno: '皖ABBBBB',
//示例车牌号
'poweredBy': '安徽安邮车联运输有限公司',
//版权归属
'supportedBy': 'Hiluker & Fm453',
//技术支持
'thanksFor': ['北京数字天堂科技 DCloud', '阿里云 aliyun.com'],
//鸣谢
}