@@ -84,6 +84,18 @@
}
]
},
+ // 主营物种
+ {
+ "root": "plant/species",
+ "pages": [
+ "path": "species-list/index",
+ "style": {
+ "navigationBarTitleText": "主营物种"
+ }
+ ]
+ },
{
"root": "tools",
"pages": [
@@ -0,0 +1,3 @@
+<template>
+ <view>页面内容</view>
+</template>