{ "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前端模板", "前端页面模板" ] } }