|
@@ -5,9 +5,17 @@
|
|
|
"pages/mine/mine",
|
|
|
"pages/login/login",
|
|
|
"pages/riskAssessment/riskAssessment",
|
|
|
- "pages/register/register"
|
|
|
+ "pages/register/register",
|
|
|
+ "pages/hotProduct/hotProduct",
|
|
|
+ "pages/myFollow/myFollow",
|
|
|
+ "pages/searchRecords/searchRecords",
|
|
|
+ "pages/myWork/myWork",
|
|
|
+ "pages/monitor/monitor",
|
|
|
+ "pages/form/application/application",
|
|
|
+ "pages/form/rightsProtection/rightsProtection",
|
|
|
+ "pages/form/appeal/appeal",
|
|
|
+ "pages/form/riskAssessment/riskAssessment"
|
|
|
],
|
|
|
-
|
|
|
"tabBar": {
|
|
|
"list": [
|
|
|
{
|
|
@@ -17,7 +25,7 @@
|
|
|
"selectedIconPath": "/static/image/主页-click.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/logs/logs",
|
|
|
+ "pagePath": "pages/hotProduct/hotProduct",
|
|
|
"text": "爆品专利数据库",
|
|
|
"iconPath": "/static/image/爆品.png",
|
|
|
"selectedIconPath": "/static/image/爆品-click.png"
|
|
@@ -37,7 +45,8 @@
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
"i-button": "/miniprogram_npm/@vant/weapp/button",
|
|
|
- "myInput": "/myComponents/myInput/myInput"
|
|
|
+ "myInput": "/myComponents/myInput/myInput",
|
|
|
+ "van-notify": "/miniprogram_npm/@vant/weapp/notify/index"
|
|
|
},
|
|
|
"componentFramework": "glass-easel",
|
|
|
"sitemapLocation": "sitemap.json",
|