34 lines
643 B
JavaScript

// uni版本号
export const uniVersion = '1.0.17'
// uni构建号
export const uniBuildNumber = 18
// web版本号
export const webVersion = '1.0.1'
// web构建号
export const webBuildNumber = 2
// 环境配置
export const configs = {
DEV: {
name: 'DEV',
baseUrl: 'https://dev.cloud.star-lock.cn/sdk'
},
PRE: {
name: 'PRE',
baseUrl: 'https://pre.cloud.star-lock.cn/sdk'
},
PRE_SKY: {
name: 'PRE_SKY',
baseUrl: 'https://pre.cloud.star-lock.cn/sdk'
},
XHJ: {
name: 'XHJ',
baseUrl: 'https://cloud.xhjcn.ltd/sdk'
},
SKY: {
name: 'SKY',
baseUrl: 'https://cloud.skychip.top/sdk'
}
}