Files
yunxinwei-uniapp/config.js
2023-08-04 13:04:21 +08:00

32 lines
676 B
JavaScript
Executable File

module.exports = {
// 系统名称
name: "云芯威BMS",
// 生产环境
// apiUrl: "https://server.gxwebsoft.com/api",
apiUrl: "https://open.gxwebsoft.com/api",
// 开发环境
// apiUrl: "http://127.0.0.1:8081/api",
// apiUrl: "http://127.0.0.1:9090/api",
// apiUrl: "http://chatgpt.wsdns.cn/api",
uploadUrl: 'https://file.wsdns.cn',
fileUrl: 'https://file.wsdns.cn',
// 应用ID
appId: 6,
// 应用秘钥
appSecret: '4af1f4d351bc43aa986319dc789ed3d6',
// 租户ID
tenantId: 6,
// 注册用户的默认角色ID
// roleId: 81
// 商户编号
// merchantCode: '',
// 游客身份
// userId: 171,
// username: 'www',
// password: '00KCtuhD',
}