zhaoxiaohai il y a 3 ans
Parent
commit
4989f6cf05
2 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. 2 1
      app.json
  2. 7 0
      project.private.config.json

+ 2 - 1
app.json

@@ -117,7 +117,8 @@
                 "project/modules/contacts/quickly/index",
                 "project/modules/contacts/add/index",
                 "project/modules/contacts/select/index",
-                "select/offers/select"
+                "select/offers/select",
+                "contract/modules/objective/add"
             ]
         }
     ],

+ 7 - 0
project.private.config.json

@@ -98,6 +98,13 @@
                     "query": "",
                     "launchMode": "default",
                     "scene": null
+                },
+                {
+                    "name": "经销商合作协议",
+                    "pathName": "packageA/contract/detail",
+                    "query": "sa_contractid=123",
+                    "launchMode": "default",
+                    "scene": null
                 }
             ]
         }