功能: 完善风电功率方案计算
- 新增计算方案保存与方案二筛选参数 - 支持方案二桨角规则和有效数据导出 - 优化功率曲线绘制和设计功率展示
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"listeners": [
|
||||
{
|
||||
"address": "0.0.0.0",
|
||||
"port": 8848,
|
||||
"address": "127.0.0.1",
|
||||
"port": 8080,
|
||||
"https": false
|
||||
}
|
||||
],
|
||||
@@ -29,8 +29,8 @@
|
||||
"enabled": true,
|
||||
"allow_origins": [
|
||||
"http://localhost:5173",
|
||||
"http://localhost:8848",
|
||||
"http://127.0.0.1:8848"
|
||||
"http://localhost:8080",
|
||||
"http://127.0.0.1:8080"
|
||||
],
|
||||
"allow_methods": [
|
||||
"GET",
|
||||
|
||||
Reference in New Issue
Block a user