@@ -36,7 +36,9 @@
"contacts/edit",
"forecast/index",
"forecast/detail",
- "forecast/record"
+ "forecast/record",
+ "forecast/reportForms",
+ "target/index"
]
}
],
@@ -28,6 +28,13 @@
"query": "",
"launchMode": "default",
"scene": null
+ },
+ {
+ "name": "提报列表",
+ "pathName": "packageA/forecast/detail",
+ "query": "id=75&my=true",
+ "launchMode": "default",
+ "scene": null
@@ -1,4 +1,6 @@
-const baseUrl = "https://meida.cnyunl.com/yos/rest/index";
+// const baseUrl = "https://meida.cnyunl.com/yos/rest/index";
+const baseUrl = "http://121.37.152.76:8080/yos/rest/index";
+
class HTTP {
request({
url,