Files
ctms-client/config/ctms.config.js

46 lines
1.5 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.

/**
* @Author: 嗨噜客(三亚)<fm453>
* @Date: 2023-07-19 16:03:07
* @FilePath: config/ctms.config.js
* @Description:
* @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
// 应用子项目配置
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: 'pages/ctms/login/loginSms',
pageDir: "/pages/ctms/", //子项目页面目录
kfPhone: "13211111058", //客服手机号
version: "1.20250701.007", //内置版本号
isUserUnicloud: false,
//是否使用 用户uni云服务
uniCloudLoginUrl: 'uni_modules/uni-id-pages/pages/login/login-withoutpwd',
demoCarno: '皖ABBBBB',
//示例车牌号
poweredBy: '安徽安邮车联运输有限公司',
//版权归属
supportedBy: 'Hiluker & Fm453',
//技术支持
thanksFor: ['北京数字天堂科技 DCloud', '阿里云 aliyun.com'],
//鸣谢
}