diff --git a/manifest.json b/manifest.json index 2b89737..8b0e1ff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,189 +1,190 @@ { - "name" : "隐患排查", - "appid" : "__UNI__F12FECC", - "description" : "", - "versionName" : "1.0.1.4", - "versionCode" : 1014, - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "compatible" : { - "ignoreVersion" : true - }, - "usingComponents" : true, - "nvueStyleCompiler" : "航屹匠工", - "compilerVersion" : 3, - "nvueCompiler" : "uni-app", - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : { - "Maps" : {}, - "VideoPlayer" : {}, - "Camera" : {}, - "Geolocation" : {}, - "Speech" : {}, - "Record" : {} - }, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : { - "dSYMs" : false, - "idfa" : false - }, - /* SDK配置 */ - "sdkConfigs" : { - "maps" : { - "amap" : { - "appkey_ios" : "5ff94eb009cf6262844b517a62da56a1", - "appkey_android" : "222bac65412133dc3814d1c028858de1" - } - }, - "ad" : {}, - "geolocation" : { - "amap" : { - "name" : "amapYOJkguJ7", - "__platform__" : [ "android" ], - "appkey_ios" : "5ff94eb009cf6262844b517a62da56a1", - "appkey_android" : "222bac65412133dc3814d1c028858de1" - } - }, - "speech" : {} - }, - "icons" : { - "android" : { - "hdpi" : "unpackage/res/icons/72x72.png", - "xhdpi" : "unpackage/res/icons/96x96.png", - "xxhdpi" : "unpackage/res/icons/144x144.png", - "xxxhdpi" : "unpackage/res/icons/192x192.png" - }, - "ios" : { - "appstore" : "unpackage/res/icons/1024x1024.png", - "ipad" : { - "app" : "unpackage/res/icons/76x76.png", - "app@2x" : "unpackage/res/icons/152x152.png", - "notification" : "unpackage/res/icons/20x20.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "proapp@2x" : "unpackage/res/icons/167x167.png", - "settings" : "unpackage/res/icons/29x29.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "spotlight" : "unpackage/res/icons/40x40.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png" - }, - "iphone" : { - "app@2x" : "unpackage/res/icons/120x120.png", - "app@3x" : "unpackage/res/icons/180x180.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "notification@3x" : "unpackage/res/icons/60x60.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "settings@3x" : "unpackage/res/icons/87x87.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png", - "spotlight@3x" : "unpackage/res/icons/120x120.png" - } - } - } - }, - "nativePlugins" : { - "lemonjk-FileSelect" : { - "appid_android" : "com.hisense.thtapp", - "__plugin_info__" : { - "name" : "APP文件选择(支持安卓和ios)", - "description" : "支持双端的APP文件选取插件", - "platforms" : "Android,iOS", - "url" : "https://ext.dcloud.net.cn/plugin?id=14059", - "android_package_name" : "", - "ios_bundle_id" : "", - "isCloud" : true, - "bought" : 1, - "pid" : "14059", - "parameters" : { - "appid_android" : { - "des" : "请填写你当前应用的包名,必需填写,否则可能无法使用。(在菜单中->发行->原生App-云打包中可以查看包名信息)", - "key" : "", - "value" : "" - } - } - } - } - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wx6c320876cd701e5e", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "2", - "h5" : { - "sdkConfigs" : { - "maps" : { - "amap" : { - "key" : "7cd59279ec16e1fd9e894fd40fb0b5a9", - "securityJsCode" : "1377d502bbacf3a37912d5544d440085", - "serviceHost" : "" - } - } - }, - "devServer" : { - // "port" : 8080, //浏览器运行端口 - "https" : false, - "proxy" : { - "/HiatmpPro" : { - "target" : "http://49.235.207.167:8800", - // "target" : "http://219.147.31.25:30001/tht-app-api", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "^/HiatmpPro" : "/HiatmpPro" - } - }, - "/hitapChat" : { - "target" : "http://219.147.31.25:30001/hitap", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "^/hitapChat" : "" - } - } - } - }, - "title" : "排查隐患" - } -} + "name": "隐患排查", + "appid": "__UNI__F12FECC", + "description": "", + "versionName": "1.0.1.6", + "versionCode": 1016, + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "compatible": { + "ignoreVersion": true + }, + "usingComponents": true, + "nvueStyleCompiler": "航屹匠工", + "compilerVersion": 3, + "nvueCompiler": "uni-app", + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": { + "Maps": {}, + "VideoPlayer": {}, + "Camera": {}, + "Geolocation": {}, + "Speech": {}, + "Record": {} + }, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters": ["armeabi-v7a", "x86"] + }, + /* ios打包配置 */ + "ios": { + "dSYMs": false, + "idfa": false + }, + /* SDK配置 */ + "sdkConfigs": { + "maps": { + "amap": { + "appkey_ios": "5ff94eb009cf6262844b517a62da56a1", + "appkey_android": "222bac65412133dc3814d1c028858de1" + } + }, + "ad": {}, + "geolocation": { + "amap": { + "name": "amapYOJkguJ7", + "__platform__": ["android"], + "appkey_ios": "5ff94eb009cf6262844b517a62da56a1", + "appkey_android": "222bac65412133dc3814d1c028858de1" + } + }, + "speech": {} + }, + "icons": { + "android": { + "hdpi": "unpackage/res/icons/72x72.png", + "xhdpi": "unpackage/res/icons/96x96.png", + "xxhdpi": "unpackage/res/icons/144x144.png", + "xxxhdpi": "unpackage/res/icons/192x192.png" + }, + "ios": { + "appstore": "unpackage/res/icons/1024x1024.png", + "ipad": { + "app": "unpackage/res/icons/76x76.png", + "app@2x": "unpackage/res/icons/152x152.png", + "notification": "unpackage/res/icons/20x20.png", + "notification@2x": "unpackage/res/icons/40x40.png", + "proapp@2x": "unpackage/res/icons/167x167.png", + "settings": "unpackage/res/icons/29x29.png", + "settings@2x": "unpackage/res/icons/58x58.png", + "spotlight": "unpackage/res/icons/40x40.png", + "spotlight@2x": "unpackage/res/icons/80x80.png" + }, + "iphone": { + "app@2x": "unpackage/res/icons/120x120.png", + "app@3x": "unpackage/res/icons/180x180.png", + "notification@2x": "unpackage/res/icons/40x40.png", + "notification@3x": "unpackage/res/icons/60x60.png", + "settings@2x": "unpackage/res/icons/58x58.png", + "settings@3x": "unpackage/res/icons/87x87.png", + "spotlight@2x": "unpackage/res/icons/80x80.png", + "spotlight@3x": "unpackage/res/icons/120x120.png" + } + } + } + }, + "nativePlugins": { + "lemonjk-FileSelect": { + "appid_android": "com.hisense.thtapp", + "__plugin_info__": { + "name": "APP文件选择(支持安卓和ios)", + "description": "支持双端的APP文件选取插件", + "platforms": "Android,iOS", + "url": "https://ext.dcloud.net.cn/plugin?id=14059", + "android_package_name": "", + "ios_bundle_id": "", + "isCloud": true, + "bought": 1, + "pid": "14059", + "parameters": { + "appid_android": { + "des": "请填写你当前应用的包名,必需填写,否则可能无法使用。(在菜单中->发行->原生App-云打包中可以查看包名信息)", + "key": "", + "value": "" + } + } + } + } + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wx6c320876cd701e5e", + "setting": { + "urlCheck": false + }, + "usingComponents": true + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "2", + "h5": { + "sdkConfigs": { + "maps": { + "amap": { + "key": "7cd59279ec16e1fd9e894fd40fb0b5a9", + "securityJsCode": "1377d502bbacf3a37912d5544d440085", + "serviceHost": "" + } + } + }, + "devServer": { + // "port" : 8080, //浏览器运行端口 + "https": false, + "proxy": { + "/HiatmpPro": { + // "target" : "http://49.235.207.167:8800", + "target": "http://219.147.31.25:30001/tht-app-api", + "changeOrigin": true, + "secure": false, + "pathRewrite": { + "^/HiatmpPro": "/HiatmpPro" + } + }, + "/hitapChat": { + "target": "http://219.147.31.25:30001/hitap", + "changeOrigin": true, + "secure": false, + "pathRewrite": { + "^/hitapChat": "" + } + } + } + }, + "title": "排查隐患" + } +} \ No newline at end of file diff --git a/pages/index/detail.vue b/pages/index/detail.vue index cf18dd2..d30efb2 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -1,6 +1,7 @@