|
@@ -1,6 +1,13 @@
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/statistics/statistics",
|
|
|
"style": {
|
|
@@ -92,13 +99,7 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/equipmentDataMonitoring/electricityDetails",
|
|
|
"style": {
|