光伏功能逻辑代码及BUG修改

This commit is contained in:
huangjp
2025-12-26 11:26:40 +08:00
parent b3608320a8
commit cbb1d7a8a9
27 changed files with 1839 additions and 543 deletions

View File

@ -2,7 +2,7 @@
const config = {
// 产品名称
productName: 'Zetatech',
productName: 'Zeta Cloud',
// 公司名称
companyName: 'Zetatech',
@ -22,6 +22,6 @@ const config = {
}
// 设置后台接口服务的基础地址
config.baseUrl = "https://zzkj-cloud.com/api"
config.baseUrl = "https://zetatech.zzkj-cloud.com/api"
// config.baseUrl = 'http://1.95.170.86:8002/api'
export default config