zhaoxiaohai 3 lat temu
rodzic
commit
b404dff8f0
2 zmienionych plików z 5 dodań i 7 usunięć
  1. 1 3
      app.json
  2. 4 4
      packageA/saleClue/detail.json

+ 1 - 3
app.json

@@ -22,9 +22,7 @@
         "pages/submission/details",
         "pages/login/selectSite",
         "pages/login/retrievePassword",
-        "pages/tabbar/smartStore/folder",
-        "pages/threadedTree/index",
-        "pages/threadedTree/details/index"
+        "pages/tabbar/smartStore/folder"
     ],
     "subpackages": [
         {

+ 4 - 4
packageA/saleClue/detail.json

@@ -2,10 +2,10 @@
     "usingComponents": {
         "Preview": "../setclient/modules/preview/index",
         "Trace": "../setclient/modules/trace/index",
-        "Record":"/packageA/public/record/index",
-        "Follow":"./modules/follow/follow",
-        "Popup": "../../pages/threadedTree/modules/popup/index",
-        "followAction":"./modules/followAction/followAction"
+        "Record": "/packageA/public/record/index",
+        "Follow": "./modules/follow/follow",
+        "Popup": "./modules/popup/index",
+        "followAction": "./modules/followAction/followAction"
     },
     "navigationBarTitleText": "线索详情"
 }