Files
yunxinwei-uniapp/config.js
2023-10-23 15:21:33 +08:00

30 lines
628 B
JavaScript
Executable File

module.exports = {
// 系统名称
name: "云芯威BMS",
apiUrl: "https://yxw.wsdns.cn/api", // 生产环境
// apiUrl: "http://127.0.0.1:9090/api", // 开发环境
// apiUrl: "http://1.14.132.108:10090/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',
}