fei.wang
2025-04-30 722da005a5ec126bedf752ac6bd5c5c7f6172155
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
    "easycom": {
        "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue",
        "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
      },
    "lazyCodeLoading":"requiredComponents",
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "首页"
            }
        },
        {
            "path": "pages/index/login",
            "style": {
                "navigationBarTitleText": "登录"
            }
        },
        
        {
            "path" : "pages/index/home",
            "style" : 
            {
                // "navigationBarTitleText": "首页",
                // "enablePullDownRefresh": false
            }
        },
        
        {
            "path" : "pages/index/equipment",
            "style" : 
            {
                "navigationBarTitleText" : ""
            }
        },
        {
            "path" : "pages/index/fence",
            "style" : 
            {
                "navigationBarTitleText" : ""
            }
        },
        {
            "path" : "pages/index/ditu",
            "style" : 
            {
                "navigationBarTitleText" : ""
            }
 
 
        },
        
        {
            "path" : "pages/index/tag",
            "style" : 
            {
                "navigationBarTitleText" : ""
            }
        },
        {
            "path" : "pages/index/draw",
            "style" : 
            {
                "navigationBarTitleText" : ""
            }
        }
    ],
    "subPackages": [
 
    ],
    "globalStyle": {
        "navigationStyle": "custom",
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    // "uniIdRouter": {},
    "id": "Lx-webviewButton",
    "name": "安卓Webview页面悬浮按钮 可拖拽吸边",
    "displayName": "安卓Webview页面悬浮按钮 可拖拽吸边",
    "version": "1.0.0",
    "description": "本页面解决了因为在安卓中Webview层级较高导致 悬浮按钮图层被遮住的情况。因此采用plus.nativeObj.View方法解决了此问题。悬浮按钮可收缩可展开",
    "keywords": [
        "悬浮按钮"
    ],
    "dcloudext": {
        "category": [
            "uni-app前端模板",
            "前端页面模板"
        ]
    }
}