You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

let config = {
//域名相关
host: 'https://bjhedasx.jucheng01.net/',
// host: 'http://www.tp.com/',
entry: 'index.php/',
wss: 'wss://bjhedasx.jucheng01.net:8284',
uid: 2, //针对于非H5页面UID每个平台不一样H5页面将此参数追加到链接后面
weixinAuth: true, //false--微信可以打开普通H5页面无须授权 true--必须授权
alipayAuth: false, //false--支付宝可以打开普通H5页面无须授权 true--必须授权
//调试模式
vconsole_debug: true, //仅H5页面有效
weixin_jssdk_debug: false,
//开发环境
isTest: false, // false--正式环境 true--测试环境
testHost: 'https://bjhedasx.jucheng01.net/', //'http://www.tp.com/'
testEntry: 'index.php/',
testOpenid: 'okuRis8VoZgHXUfIFQKKWhEQmn4I', // isTest=1时生效默认为test_h5_weixin 小程序o1jBV4wqVLSsBjKLdMC1J5m1KVpg QQ小程序 0CD86B30CC9C001B417B41C64D39F63E 微信木木okuRis3OJxivaXh4FsN__fvSxxn4
//支付宝小程序 2088702743644537
testUserAgent: 'weixin', //仅在H5页面模拟其他均为正式环境
testDeviceId: '865326044175209,865326046375203', //testUserAgent=app时 device_id=865326044175209,865326046375203
//主色
mainColor: '#F10101',
// auxiliaryColor: '#ffae27'
}
export default config