mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
feat(system): 新增峰谷套利策略功能
- 实现了峰谷套利策略的添加、编辑和查看功能 - 添加了自定义时段类型策略 - 优化了策略列表展示和操作 - 调整了表单样式和布局
This commit is contained in:
@@ -18,15 +18,6 @@ module.exports = defineConfig({
|
||||
'^/api': '' // 重写路径,去掉 '/api' 前缀
|
||||
}
|
||||
}
|
||||
},
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://192.168.0.187:19801', // 目标服务器地址
|
||||
changeOrigin: true, // 修改请求头中的host
|
||||
pathRewrite: {
|
||||
'^/api': '' // 重写路径,去掉/api前缀
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user