123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "name":"充电中",
- "path": "pages/index/index",
- "style": {
-
- }
- },
- {
- "name":"h5导航到某地",
- "path": "pages/navigation/index",
- "style": {
-
- }
- }
-
- ,{
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
-
-
-
- ,{
- "path" : "pages/chargingPileDetails/chargingPileDetails",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTitleText": "智能充电系统",
- "enablePullDownRefresh": false
-
- }
-
- }
|