zhaoxiaohai 3 years ago
parent
commit
4b6de08d4e
2 changed files with 16 additions and 1 deletions
  1. 2 1
      app.json
  2. 14 0
      project.private.config.json

+ 2 - 1
app.json

@@ -57,7 +57,8 @@
                 "setclient/modules/financing/detail/index",
                 "setclient/modules/trace/detail/index",
                 "setclient/delete",
-                "group/select"
+                "group/select",
+                "setclient/search"
             ]
         }
     ],

+ 14 - 0
project.private.config.json

@@ -70,6 +70,20 @@
                     "query": "contactsid=44",
                     "launchMode": "default",
                     "scene": null
+                },
+                {
+                    "name": "跟进",
+                    "pathName": "packageA/setclient/modules/trace/add/index",
+                    "query": "ownertable=sys_enterprise_contacts&ownerid=44&sys_datafollowupid=54",
+                    "launchMode": "default",
+                    "scene": null
+                },
+                {
+                    "name": "客户搜索",
+                    "pathName": "packageA/setclient/search",
+                    "query": "",
+                    "launchMode": "default",
+                    "scene": null
                 }
             ]
         }