光伏功能

This commit is contained in:
huangjp
2025-11-07 15:23:08 +08:00
parent 6b4e5cd036
commit c6ea4a8c52
18 changed files with 1256 additions and 132 deletions

View File

@ -22,6 +22,6 @@ const config = {
}
// 设置后台接口服务的基础地址
// config.baseUrl = "https://zzkj-cloud.com/api"
config.baseUrl = 'http://1.95.170.86:8002/api'
config.baseUrl = "https://zzkj-cloud.com/api"
// config.baseUrl = 'http://1.95.170.86:8002/api'
export default config