去除unicloud空间绑定,修复已知错误
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @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 {
|
||||
/*接口设置*/
|
||||
@ -20,19 +28,19 @@ export default {
|
||||
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", //内置版本号
|
||||
version: "1.20250701.007", //内置版本号
|
||||
isUserUnicloud: false,
|
||||
//是否使用 用户uni云服务
|
||||
uniCloudLoginUrl: 'uni_modules/uni-id-pages/pages/login/login-withoutpwd',
|
||||
demoCarno: '皖ABBBBB',
|
||||
//示例车牌号
|
||||
'poweredBy': '安徽安邮车联运输有限公司',
|
||||
poweredBy: '安徽安邮车联运输有限公司',
|
||||
//版权归属
|
||||
'supportedBy': 'Hiluker & Fm453',
|
||||
supportedBy: 'Hiluker & Fm453',
|
||||
//技术支持
|
||||
'thanksFor': ['北京数字天堂科技 DCloud', '阿里云 aliyun.com'],
|
||||
thanksFor: ['北京数字天堂科技 DCloud', '阿里云 aliyun.com'],
|
||||
//鸣谢
|
||||
}
|
Reference in New Issue
Block a user