|
|
@@ -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": "线索详情"
|
|
|
}
|