首次完整推送,
V:1.20240808.006
This commit is contained in:
38
config/ctms.config.js
Normal file
38
config/ctms.config.js
Normal file
@ -0,0 +1,38 @@
|
||||
// 应用子项目配置
|
||||
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'],
|
||||
//鸣谢
|
||||
}
|
Reference in New Issue
Block a user