第一次提交

This commit is contained in:
gxwebsoft
2023-08-04 13:04:21 +08:00
commit 7a73b38bd5
764 changed files with 166417 additions and 0 deletions

31
config.js Executable file
View File

@@ -0,0 +1,31 @@
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',
}