30 lines
636 B
JavaScript
30 lines
636 B
JavaScript
module.exports = {
|
|
// 系统名称
|
|
name: "云芯威BMS",
|
|
|
|
apiUrl: "https://yxw-api.websoft.top/api", // 生产环境
|
|
// apiUrl: "http://127.0.0.1:9090/api", // 开发环境
|
|
// apiUrl: "http://47.107.122.174:9200/api",// 内网穿透
|
|
uploadUrl: 'https://file.wsdns.cn',
|
|
|
|
fileUrl: 'https://oss-yunxinwei.oss-cn-shenzhen.aliyuncs.com',
|
|
// 应用ID
|
|
appId: 6,
|
|
// 应用秘钥
|
|
appSecret: '4af1f4d351bc43aa986319dc789ed3d6',
|
|
// 租户ID
|
|
tenantId: 6,
|
|
|
|
|
|
|
|
|
|
// 注册用户的默认角色ID
|
|
// roleId: 81
|
|
// 商户编号
|
|
// merchantCode: '',
|
|
// 游客身份
|
|
// userId: 171,
|
|
// username: 'www',
|
|
// password: '00KCtuhD',
|
|
}
|