初次提交

This commit is contained in:
2025-06-30 10:21:25 +08:00
commit 150b39dfea
396 changed files with 80277 additions and 0 deletions

27
common/config.js Normal file
View File

@ -0,0 +1,27 @@
const config = {
// 产品名称
productName: 'Hoenery',
// 公司名称
companyName: 'Hoenery',
// 产品版本号
productVersion: 'V1.0.0',
// 版本检查标识
appCode: 'android',
// 内部版本号码
appVersion: '1.0.0',
// 管理基础路径
adminPath: ''
}
// 设置后台接口服务的基础地址
config.baseUrl = "https://ecloud.hoenergypower.cn/api"
export default config