|
@@ -10,6 +10,13 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"pages": [
|
|
"pages": [
|
|
|
|
|
+ //开发完成后需要删除的页面
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/plant/base/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "种植端基地"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
{
|
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
@@ -23,13 +30,6 @@
|
|
|
"navigationBarTitleText": "用户登录"
|
|
"navigationBarTitleText": "用户登录"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- //开发完成后需要删除的页面
|
|
|
|
|
- {
|
|
|
|
|
- "path": "pages/plant/base/index",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "种植端基地"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
"path": "pages/plant/port/index",
|
|
"path": "pages/plant/port/index",
|
|
|
"style": {
|
|
"style": {
|