|
@@ -1,87 +1,70 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
- "pages/index/index",
|
|
|
- "pages/mine/mine",
|
|
|
- "pages/login/login",
|
|
|
- "pages/riskAssessment/riskAssessment",
|
|
|
- "pages/register/register",
|
|
|
- "pages/hotProduct/hotProduct",
|
|
|
- "pages/myFollow/myFollow",
|
|
|
- "pages/searchRecords/searchRecords",
|
|
|
-
|
|
|
- "pages/searchResults/searchResults",
|
|
|
- "pages/successReminder/successReminder",
|
|
|
- "pages/selectedPatents/selectedPatents",
|
|
|
-
|
|
|
- "pages/collectPatent/collectPatent",
|
|
|
- "pages/personalInformation/personalInformation",
|
|
|
- "pages/patentDetails/patentDetails",
|
|
|
- "pages/showImageList/showImageList",
|
|
|
-
|
|
|
- "pages/webView/webView",
|
|
|
- "pages/productDetail/productDetail",
|
|
|
-
|
|
|
- "pages/voucher/voucher"
|
|
|
-
|
|
|
- ],
|
|
|
- "subpackages": [
|
|
|
- {
|
|
|
- "root": "pages/about",
|
|
|
- "pages": [
|
|
|
- "about",
|
|
|
- "introduce",
|
|
|
- "connection",
|
|
|
- "Feedback",
|
|
|
- "invite"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages/memberCenter",
|
|
|
- "pages": [
|
|
|
- "menberCenter2"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages/form",
|
|
|
- "pages": [
|
|
|
- "application/application",
|
|
|
- "rightsProtection/rightsProtection",
|
|
|
- "appeal/appeal",
|
|
|
- "riskAssessment/riskAssessment",
|
|
|
- "addProduct/addProduct"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages/monitor",
|
|
|
- "pages": [
|
|
|
- "monitor",
|
|
|
- "monitoringRecord"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pages/myWork",
|
|
|
- "pages": [
|
|
|
- "myWork",
|
|
|
- "workDetail"
|
|
|
- ]
|
|
|
- }
|
|
|
+ "pageIndex/index/index",
|
|
|
+ "pageIndex/mine/mine",
|
|
|
+ "pageIndex/hotProduct/hotProduct"
|
|
|
+
|
|
|
],
|
|
|
+ "subpackages": [{
|
|
|
+ "root": "pages",
|
|
|
+ "pages": [
|
|
|
+ "login/login",
|
|
|
+
|
|
|
+ "register/register",
|
|
|
+
|
|
|
+ "myFollow/myFollow",
|
|
|
+ "searchRecords/searchRecords",
|
|
|
+
|
|
|
+
|
|
|
+ "successReminder/successReminder",
|
|
|
+ "selectedPatents/selectedPatents",
|
|
|
+
|
|
|
+ "collectPatent/collectPatent",
|
|
|
+ "personalInformation/personalInformation",
|
|
|
+ "patentDetails/patentDetails",
|
|
|
+ "showImageList/showImageList",
|
|
|
+
|
|
|
+ "productDetail/productDetail",
|
|
|
+
|
|
|
+ "voucher/voucher",
|
|
|
+
|
|
|
+ "about/about",
|
|
|
+ "about/introduce",
|
|
|
+ "about/connection",
|
|
|
+ "about/Feedback",
|
|
|
+ "about/invite",
|
|
|
+ "memberCenter/menberCenter2",
|
|
|
+ "form/application/application",
|
|
|
+ "form/rightsProtection/rightsProtection",
|
|
|
+ "form/appeal/appeal",
|
|
|
+ "form/riskAssessment/riskAssessment",
|
|
|
+ "form/addProduct/addProduct",
|
|
|
+
|
|
|
+ "monitor/monitor",
|
|
|
+ "monitor/monitoringRecord",
|
|
|
+ "myWork/myWork",
|
|
|
+ "myWork/workDetail",
|
|
|
+
|
|
|
+ "webView/webView",
|
|
|
+ "searchResults/searchResults",
|
|
|
+ "riskAssessment/riskAssessment"
|
|
|
+ ]
|
|
|
+ }],
|
|
|
"tabBar": {
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pageIndex/index/index",
|
|
|
"text": "主页",
|
|
|
"iconPath": "/static/image/主页.png",
|
|
|
"selectedIconPath": "/static/image/主页-click.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/hotProduct/hotProduct",
|
|
|
+ "pagePath": "pageIndex/hotProduct/hotProduct",
|
|
|
"text": "爆品风险",
|
|
|
"iconPath": "/static/image/爆品.png",
|
|
|
"selectedIconPath": "/static/image/爆品-click.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/mine/mine",
|
|
|
+ "pagePath": "pageIndex/mine/mine",
|
|
|
"text": "我的",
|
|
|
"iconPath": "/static/image/我的.png",
|
|
|
"selectedIconPath": "/static/image/我的-click.png"
|