zhaoxiaohai 2 năm trước cách đây
mục cha
commit
171b9b76d8
3 tập tin đã thay đổi với 13 bổ sung2 xóa
  1. 3 1
      app.json
  2. 7 0
      project.private.config.json
  3. 3 1
      utils/Http.js

+ 3 - 1
app.json

@@ -36,7 +36,9 @@
                 "contacts/edit",
                 "forecast/index",
                 "forecast/detail",
-                "forecast/record"
+                "forecast/record",
+                "forecast/reportForms",
+                "target/index"
             ]
         }
     ],

+ 7 - 0
project.private.config.json

@@ -28,6 +28,13 @@
                     "query": "",
                     "launchMode": "default",
                     "scene": null
+                },
+                {
+                    "name": "提报列表",
+                    "pathName": "packageA/forecast/detail",
+                    "query": "id=75&my=true",
+                    "launchMode": "default",
+                    "scene": null
                 }
             ]
         }

+ 3 - 1
utils/Http.js

@@ -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,