zhaoxiaohai 2 年之前
父节点
当前提交
5e603f1bfb
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 3 1
      app.json
  2. 7 0
      project.private.config.json

+ 3 - 1
app.json

@@ -49,7 +49,9 @@
                 "setclient/modules/contacts/add/index",
                 "project/index",
                 "group/index",
-                "tags/index"
+                "tags/index",
+                "setclient/modules/trace/add/index",
+                "setclient/modules/trace/list/delete"
             ]
         }
     ],

+ 7 - 0
project.private.config.json

@@ -56,6 +56,13 @@
                     "query": "",
                     "launchMode": "default",
                     "scene": null
+                },
+                {
+                    "name": "跟进记录",
+                    "pathName": "packageA/setclient/modules/trace/add/index",
+                    "query": "ownertable=sa_customers&ownerid=6",
+                    "launchMode": "default",
+                    "scene": null
                 }
             ]
         }