优化上报实时定位方式,webview传参y优化

main
zhangqun 3 years ago
parent b37d173ee3
commit a5ac769c9c
  1. 8
      App.vue
  2. 22
      manifest.json
  3. 2
      pages.json
  4. 47
      pages/index/index.vue
  5. 11
      pages/patrolRecord/list.vue
  6. 103
      pages/patrolRecord/report.vue
  7. 7
      pages/positionRecord/list.vue
  8. 98
      pages/positionRecord/report.vue
  9. 26
      pages/setting/other.vue
  10. 20
      pages/voiceRecord/list.vue
  11. 112
      pages/voiceRecord/report.vue
  12. 4
      unpackage/cache/wgt/__UNI__B814B58/app-service.js
  13. 2
      unpackage/cache/wgt/__UNI__B814B58/app-view.js
  14. 2
      unpackage/cache/wgt/__UNI__B814B58/manifest.json
  15. BIN
      unpackage/debug/android_debug.apk
  16. 4
      unpackage/dist/build/app-plus/app-service.js
  17. 2
      unpackage/dist/build/app-plus/app-view.js
  18. 2
      unpackage/dist/build/app-plus/manifest.json
  19. 2
      unpackage/dist/dev/app-plus/app-config-service.js
  20. 411
      unpackage/dist/dev/app-plus/app-service.js
  21. 304
      unpackage/dist/dev/app-plus/app-view.js
  22. 2
      unpackage/dist/dev/app-plus/manifest.json
  23. 1
      unpackage/resources/__UNI__B814B58/www/__uniappchooselocation.js
  24. BIN
      unpackage/resources/__UNI__B814B58/www/__uniapperror.png
  25. 1
      unpackage/resources/__UNI__B814B58/www/__uniappes6.js
  26. 1
      unpackage/resources/__UNI__B814B58/www/__uniappopenlocation.js
  27. 1
      unpackage/resources/__UNI__B814B58/www/__uniapppicker.js
  28. 8
      unpackage/resources/__UNI__B814B58/www/__uniappquill.js
  29. 1
      unpackage/resources/__UNI__B814B58/www/__uniappquillimageresize.js
  30. 1
      unpackage/resources/__UNI__B814B58/www/__uniappscan.js
  31. BIN
      unpackage/resources/__UNI__B814B58/www/__uniappsuccess.png
  32. 25
      unpackage/resources/__UNI__B814B58/www/__uniappview.html
  33. 8
      unpackage/resources/__UNI__B814B58/www/app-config-service.js
  34. 1
      unpackage/resources/__UNI__B814B58/www/app-config.js
  35. 2
      unpackage/resources/__UNI__B814B58/www/app-service.js
  36. 1
      unpackage/resources/__UNI__B814B58/www/app-view.js
  37. 1
      unpackage/resources/__UNI__B814B58/www/manifest.json
  38. BIN
      unpackage/resources/__UNI__B814B58/www/static/c1.png
  39. BIN
      unpackage/resources/__UNI__B814B58/www/static/c2.png
  40. BIN
      unpackage/resources/__UNI__B814B58/www/static/c3.png
  41. BIN
      unpackage/resources/__UNI__B814B58/www/static/c4.png
  42. BIN
      unpackage/resources/__UNI__B814B58/www/static/c5.png
  43. BIN
      unpackage/resources/__UNI__B814B58/www/static/c6.png
  44. BIN
      unpackage/resources/__UNI__B814B58/www/static/c7.png
  45. BIN
      unpackage/resources/__UNI__B814B58/www/static/c8.png
  46. BIN
      unpackage/resources/__UNI__B814B58/www/static/c9.png
  47. 20
      unpackage/resources/__UNI__B814B58/www/static/customicons.css
  48. BIN
      unpackage/resources/__UNI__B814B58/www/static/customicons.ttf
  49. BIN
      unpackage/resources/__UNI__B814B58/www/static/foot-icon1.png
  50. BIN
      unpackage/resources/__UNI__B814B58/www/static/foot-icon2.png
  51. BIN
      unpackage/resources/__UNI__B814B58/www/static/foot-icon3.png
  52. BIN
      unpackage/resources/__UNI__B814B58/www/static/header.png
  53. BIN
      unpackage/resources/__UNI__B814B58/www/static/logo.png
  54. BIN
      unpackage/resources/__UNI__B814B58/www/static/msg-icon.png
  55. BIN
      unpackage/resources/__UNI__B814B58/www/static/record-icon1.png
  56. BIN
      unpackage/resources/__UNI__B814B58/www/static/record-icon2.png
  57. BIN
      unpackage/resources/__UNI__B814B58/www/static/record-icon3.png
  58. BIN
      unpackage/resources/__UNI__B814B58/www/static/right_icon1.png
  59. BIN
      unpackage/resources/__UNI__B814B58/www/static/right_icon2.png
  60. BIN
      unpackage/resources/__UNI__B814B58/www/static/right_icon3.png
  61. BIN
      unpackage/resources/__UNI__B814B58/www/static/uni.png
  62. BIN
      unpackage/resources/__UNI__B814B58/www/static/upload-icon.png
  63. BIN
      unpackage/resources/__UNI__B814B58/www/static/voive_bg.png
  64. BIN
      unpackage/resources/__UNI__B814B58/www/uni_modules/uni-icons/components/uni-icons/uniicons.ttf
  65. 1
      unpackage/resources/__UNI__B814B58/www/view.css
  66. 6
      unpackage/resources/__UNI__B814B58/www/view.umd.min.js

@ -34,6 +34,14 @@
this.keepAlive.onCancelNotify();
}
},
onUnload() {
console.log('App onUnload')
if(this.keepAlive){
setTimeout(() => {
this.onShowNotify();
}, 5000);
}
},
onHide: function() {
console.log('App Hide')
if(this.keepAlive){

@ -3,7 +3,7 @@
"appid" : "__UNI__B814B58",
"description" : "",
"versionName" : "1.0.2",
"versionCode" : 101,
"versionCode" : 102,
"transformPx" : false,
"app-plus" : {
/* 5+App */
@ -18,7 +18,8 @@
},
"modules" : {
"Record" : {},
"VideoPlayer" : {}
"VideoPlayer" : {},
"Geolocation" : {}
},
/* */
"distribute" : {
@ -28,6 +29,10 @@
"permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>",
@ -53,20 +58,25 @@
},
/* ios */
"sdkConfigs" : {
"ad" : {}
"ad" : {},
"geolocation" : {
"system" : {
"__platform__" : [ "android" ]
}
}
}
},
"nativePlugins" : {
"Ba-KeepAliveSuit" : {
"__plugin_info__" : {
"name" : "安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等) - [试用版,仅用于自定义调试基座]",
"name" : "安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等)",
"description" : "在Ba-KeepAlive的基础上,新增了忽略电池优化、自启管理、常驻通知。为定位、推送、websocket、定时任务、蓝牙、聊天等保驾护航(**注意:**不保证支持所有机型和场景,建议先试用再购买)",
"platforms" : "Android",
"url" : "https://ext.dcloud.net.cn/plugin?id=11765",
"android_package_name" : "",
"android_package_name" : "uni.UNIB814B58",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 0,
"bought" : 1,
"pid" : "11765",
"parameters" : {}
}

@ -2,7 +2,7 @@
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
"navigationBarTitleText": "齐鲁医院"
}
},
{

@ -1,6 +1,7 @@
<template>
<view>
<web-view :webview-styles="{height:'90%'}" ref="webview" fullscreen="false" :src="url" @message="handlePostMessage" @onPostMessage="handlePostMessage"></web-view>
<web-view :webview-styles="{height:'90%'}" ref="webview" fullscreen="false" :src="url" @message="handlePostMessage"
@onPostMessage="handlePostMessage"></web-view>
<cover-view class="act-btn">
<cover-view class="act-btn-item" style="padding-top: 20upx;">
<cover-image src="../../static/right_icon1.png" class="img" @click="goMessage"></cover-image>
@ -37,24 +38,46 @@
export default {
data() {
return {
url: '',
employeeId: ''
url: 'http://192.168.3.109:89',
employeeId: '',
lat: '',
lng: '',
setInterval: null
}
},
onShow() {
let userInfo = uni.getStorageSync('mobileInfo') ? JSON.parse(uni.getStorageSync('mobileInfo')) : null;
if(userInfo && userInfo.employeeId != this.employeeId){
this.url = 'http://192.168.3.109:89?employeeId=' + userInfo.employeeId;
}else{
this.url = 'http://192.168.3.109:89?employeeId=';
}
},
onLoad() {
this.setInterval = setInterval(() => {
this.getLocation();
}, 10000)
},
onUnload() {
this.setInterval && clearInterval(this.setInterval);
this.setInterval = null;
},
methods: {
//
getLocation() {
// this.url = 'http://192.168.3.109:89#lat=31.37547666459004&lng=120.61959647686012';
// uni.getLocation({
// type: 'wgs84',
// altitude: true,
// success: (res) => {
// console.log('', res);
// if(this.lat != res.latitude || this.lng != res.longitude){
// console.log(this.url)
// this.url = 'http://192.168.3.109:89#lat='+res.latitude+'&lng='+res.longitude;
// }
// this.lat = res.latitude;
// this.lng = res.longitude;
// }
// });
},
// webview
handlePostMessage: function(data) {
console.log("接收到消息:" + JSON.stringify(data.detail));
console.log("接收到消息:", JSON.stringify(data.detail));
},
//
goVoiceReport() {
@ -104,6 +127,7 @@
line-height: 24px;
background-color: aliceblue;
}
.act-btn {
position: fixed;
width: 67upx;
@ -114,6 +138,7 @@
box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.22);
border-radius: 20upx;
padding: 10upx;
.act-btn-item {
padding: 6upx;
border-bottom: 1px solid #D6D8DF;
@ -123,6 +148,7 @@
color: #031945;
line-height: 28upx;
text-align: center;
.img {
width: 44upx;
height: 44upx;
@ -130,6 +156,7 @@
}
}
}
.foot-tool {
position: fixed;
height: 230upx;
@ -139,12 +166,14 @@
background-color: #fff;
border-radius: 40upx;
overflow: hidden;
.foot-tool-item {
float: left;
width: 33.3%;
color: #031945;
font-size: 28upx;
text-align: center;
.img {
width: 100upx;
height: 100upx;

@ -42,12 +42,15 @@
size: 10,
hasMore: true,
status: '',
fileUrl: getApp().globalData.fileUrl
fileUrl: getApp().globalData.fileUrl,
employeeId: ''
}
},
onLoad() {
// #ifdef APP-PLUS
// #endif
let userInfo = uni.getStorageSync('mobileInfo');
if (userInfo) {
this.employeeId = userInfo.employeeId;
}
this.loadMore();
},
methods: {
@ -61,7 +64,7 @@
this.current = this.current + 1;
this.staus = 'loading';
uni.request({
url: getApp().globalData.apiUrl + '/appData/list?type=2&current=' + this.current + '&size=' + this.size,
url: getApp().globalData.apiUrl + '/appData/list?employeeId='+this.employeeId+'type=2&current=' + this.current + '&size=' + this.size,
method: 'GET',
success: (res) => {
if(res.data.code == 200){

@ -10,21 +10,24 @@
<view class="user-info-group">1</view>
</view>
</view>
<uni-forms-item label="当前位置" label-width="200upx">
<text>{{form.buildId}}号楼{{form.floorNo}} x:{{form.latidute}} y:{{form.longidute}}</text>
</uni-forms-item>
<view class="tab-switch" @click="switchPositionType">
<view class="tab-btn" :class="positionType == 1 ? 'tab-btn active' : 'tab-btn'">
<view class="tab-btn-item"></view>
</view>
<view class="tab-label">使用常用报警位置</view>
</view>
<uni-forms-item v-if="positionType === 0" label="当前位置" label-width="200upx">
<view class="choose-map" @click="goMap" :style="{color:form.buildId? '#000' : '#C4C7CB'}">
{{form.buildId ? form.buildId + '号楼' + form.floorNo + '层 纬度'+ form.latidute + ' 经度' + form.longidute : '请选择地图定位'}}
</view>
</uni-forms-item>
<uni-forms-item v-if="positionType == 1" label="常用报警位置" label-width="200upx">
<!-- <uni-data-select v-model="position" :localdata="positionList" placeholder="请选择常用报警位置"></uni-data-select> -->
<text>{{form.buildId}}号楼{{form.floorNo}} x:{{form.latidute}} y:{{form.longidute}}</text>
<view class="choose-map" @click="goSetOther" :style="{color:form.buildId? '#000' : '#C4C7CB'}">
{{form.buildId ? form.buildId + '号楼' + form.floorNo + '层 纬度'+ form.latidute + ' 经度' + form.longidute : '去设置常用报警定位'}}
</view>
</uni-forms-item>
<uni-forms-item label="应急预案选择" label-width="200upx">
<uni-data-select v-model="position" :localdata="positionList" placeholder="请选择常应急预案报警类型"></uni-data-select>
<uni-data-select v-model="form.planTypeId" :localdata="planTypeList" placeholder="请选择常应急预案报警类型"></uni-data-select>
</uni-forms-item>
<!-- 巡更照片 -->
<view class="photo-list">
@ -47,24 +50,28 @@
return {
form: {
type: '2',
deviceId: '1001',
employeeId: '1001',
buildId: '1',
floorNo: '1',
longidute: '120.61988850529002',
latidute: '31.37531834395683',
planTypeId: '1',
planTypeName: '预案01'
deviceId: '',
employeeId: '',
buildId: '',
floorNo: '',
longidute: '',
latidute: '',
planTypeId: '',
planTypeName: ''
},
photoList: [], //
positionType: 1, //使
positionList: [], //
position: '',
planTypeList: [], //
position: null,//
rules: {},
userInfo: {},
locationInfo: {}
}
},
onUnload() {
console.log('释放监听')
uni.$off('mapData');
},
onShow() {
let userInfo = uni.getStorageSync('mobileInfo');
let locationInfo = uni.getStorageSync('locationInfo');
@ -83,16 +90,55 @@
this.form.longidute = this.locationInfo.longidute;
}
},
onLoad() {
uni.$on('mapData',(data) => {
let obj = JSON.parse(data.data[0].detail);
console.log('监听到事件来自返回的参数:', obj);
this.position = obj;
this.form.buildId = obj.buildId;
this.form.floorNo = obj.floorNo;
this.form.latidute = obj.x;
this.form.longidute = obj.y;
});
this.queryPlanTypeList();
},
methods: {
//
queryPlanTypeList() {
uni.request({
url: "http://172.19.2.177:8081/GetAllPlanInfo",
success: (data) => {
let _data = JSON.parse(data);
if(_data.code == 200) {
_data.data.forEach(item => {
item.value = item.planId;
item.text = item.planName;
})
this.planTypeList = _data.data;
}
}
})
},
//
goSetOther() {
uni.navigateTo({
url: '/pages/setting/other'
})
},
//
goMap() {
console.log('页面跳转')
uni.navigateTo({
url: '/pages/map/map'
})
},
//
switchPositionType() {
this.positionType = this.positionType == 1 ? 0 : 1
this.form.planTypeId = this.positionType == 1 ? this.locationInfo.planTypeId : '1';
this.form.planTypeName = this.positionType == 1 ? this.locationInfo.planTypeName : '预案01';
this.form.buildId = this.positionType == 1 ? this.locationInfo.buildId : '1';
this.form.floorNo = this.positionType == 1 ? this.locationInfo.floorNo : '1';
this.form.latidute = this.positionType == 1 ? this.locationInfo.latidute : '120.61988850529002';
this.form.longidute = this.positionType == 1 ? this.locationInfo.longidute : '31.37531834395683';
this.form.buildId = this.positionType == 1 ? this.locationInfo.buildId : this.position ? this.position.buildId : '';
this.form.floorNo = this.positionType == 1 ? this.locationInfo.floorNo : this.position ? this.position.floorNo : '';
this.form.latidute = this.positionType == 1 ? this.locationInfo.latidute : this.position ? this.position.x : '';
this.form.longidute = this.positionType == 1 ? this.locationInfo.longidute : this.position ? this.position.y : '';
},
submit() {
this.$refs.form.validate().then(res => {
@ -276,7 +322,18 @@
margin-left: 20upx;
}
}
.choose-map{
line-height: 44upx;
color: #C4C7CB;
font-size: 28upx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
text-align: left;
background: #F6F8FA;
border-radius: 30upx;
word-break: break-all;
padding: 22upx 15upx 22upx 33upx;
}
.submit-btn {
display: inline-block;
width: 140upx;

@ -37,9 +37,14 @@
size: 10,
hasMore: true,
status: '',
employeeId: ''
}
},
onLoad() {
let userInfo = uni.getStorageSync('mobileInfo');
if (userInfo) {
this.employeeId = userInfo.employeeId;
}
this.loadMore();
},
methods: {
@ -53,7 +58,7 @@
this.current = this.current + 1;
this.staus = 'loading';
uni.request({
url: getApp().globalData.apiUrl + '/appData/list?type=3&current=' + this.current + '&size=' + this.size,
url: getApp().globalData.apiUrl + '/appData/list?employeeId='+this.employeeId+'type=3&current=' + this.current + '&size=' + this.size,
method: 'GET',
success: (res) => {
if(res.data.code == 200){

@ -10,18 +10,21 @@
<view class="user-info-group">1</view>
</view>
</view>
<uni-forms-item label="当前位置" label-width="200upx">
<text>{{form.buildId}}号楼{{form.floorNo}} x:{{form.latidute}} y:{{form.longidute}}</text>
</uni-forms-item>
<view class="tab-switch" @click="switchPositionType">
<view class="tab-btn" :class="positionType == 1 ? 'tab-btn active' : 'tab-btn'">
<view class="tab-btn-item"></view>
</view>
<view class="tab-label">使用常用报警位置</view>
</view>
<uni-forms-item v-if="positionType === 0" label="当前位置" label-width="200upx">
<view class="choose-map" @click="goMap" :style="{color:form.buildId? '#000' : '#C4C7CB'}">
{{form.buildId ? form.buildId + '号楼' + form.floorNo + '层 纬度'+ form.latidute + ' 经度' + form.longidute : '请选择地图定位'}}
</view>
</uni-forms-item>
<uni-forms-item v-if="positionType == 1" label="常用报警位置" label-width="200upx">
<!-- <uni-data-select v-model="position" :localdata="positionList" placeholder="请选择常用报警位置"></uni-data-select> -->
<text>{{form.buildId}}号楼{{form.floorNo}} x:{{form.latidute}} y:{{form.longidute}}</text>
<view class="choose-map" @click="goSetOther" :style="{color:form.buildId? '#000' : '#C4C7CB'}">
{{form.buildId ? form.buildId + '号楼' + form.floorNo + '层 纬度'+ form.latidute + ' 经度' + form.longidute : '去设置常用报警定位'}}
</view>
</uni-forms-item>
<uni-forms-item label="应急预案选择" label-width="200upx">
<uni-data-select v-model="form.planTypeId" :localdata="planTypeList"
@ -50,14 +53,14 @@
planTypeName: '',
},
positionType: 1, //使
positionList: [], //
position: '',
position: null,//
planTypeList: [], //
userInfo: {},
locationInfo: {}
}
},
onShow() {
//
let userInfo = uni.getStorageSync('mobileInfo');
let locationInfo = uni.getStorageSync('locationInfo');
if (userInfo) {
@ -76,18 +79,38 @@
}
},
onLoad() {
uni.$on('mapData',(data) => {
let obj = JSON.parse(data.data[0].detail);
console.log('监听到事件来自返回的参数:', obj);
this.position = obj;
this.form.buildId = obj.buildId;
this.form.floorNo = obj.floorNo;
this.form.latidute = obj.x;
this.form.longidute = obj.y;
})
this.queryPlanTypeList();
},
methods: {
//
goSetOther() {
uni.navigateTo({
url: '/pages/setting/other'
})
},
//
goMap() {
console.log('页面跳转')
uni.navigateTo({
url: '/pages/map/map'
})
},
//
switchPositionType() {
this.positionType = this.positionType == 1 ? 0 : 1
this.form.planTypeId = this.positionType == 1 ? this.locationInfo.planTypeId : '1';
this.form.planTypeName = this.positionType == 1 ? this.locationInfo.planTypeName : '预案01';
this.form.buildId = this.positionType == 1 ? this.locationInfo.buildId : '1';
this.form.floorNo = this.positionType == 1 ? this.locationInfo.floorNo : '1';
this.form.latidute = this.positionType == 1 ? this.locationInfo.latidute : '120.61988850529002';
this.form.longidute = this.positionType == 1 ? this.locationInfo.longidute : '31.37531834395683';
this.form.buildId = this.positionType == 1 ? this.locationInfo.buildId : this.position ? this.position.buildId : '';
this.form.floorNo = this.positionType == 1 ? this.locationInfo.floorNo : this.position ? this.position.floorNo : '';
this.form.latidute = this.positionType == 1 ? this.locationInfo.latidute : this.position ? this.position.x : '';
this.form.longidute = this.positionType == 1 ? this.locationInfo.longidute : this.position ? this.position.y : '';
},
//
queryPlanTypeList() {
@ -119,8 +142,6 @@
success: (res) => {
let _data = JSON.parse(res.data);
if (_data.code == 200) {
// this.reportIot();
//使
uni.redirectTo({
url: '/pages/positionRecord/list'
})
@ -140,40 +161,6 @@
}
})
},
//
reportIot() {
uni.request({
url: getApp().globalData.apiUrl + '/appData/escalation',
method: 'POST',
data: {
"deviceId": this.form.deviceId,
"onlineStatus": 1,
"latitude": this.form.latidute,
"longitude": this.form.longidute,
"reportTime": new Date().getTime(),
"statusName": "地图定位上报",
"statusDesc": "",
"statusCode": "-",
"statusValue": "-"
},
success: (res) => {
let _data = JSON.parse(res.data);
if (_data.code == 200) {
uni.showToast({
title: '成功'
});
uni.redirectTo({
url: '/pages/positionRecord/list'
})
} else {
uni.showToast({
title: _data.msg,
icon: 'fail'
});
}
}
})
}
}
}
</script>
@ -253,7 +240,18 @@
margin-left: 20upx;
}
}
.choose-map{
line-height: 44upx;
color: #C4C7CB;
font-size: 28upx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
text-align: left;
background: #F6F8FA;
border-radius: 30upx;
word-break: break-all;
padding: 22upx 15upx 22upx 33upx;
}
.submit-btn {
display: inline-block;
width: 140upx;

@ -47,18 +47,6 @@
errorMessage: '请输入楼层'
}]
},
// longidute: {
// rules: [{
// required: true,
// errorMessage: ""
// }]
// },
// latidute: {
// rules: [{
// required: true,
// errorMessage: ""
// }]
// },
},
planTypeList: [],//
userInfo: {}
@ -73,8 +61,10 @@
let obj = JSON.parse(data.data[0].detail);
console.log('监听到事件来自返回的参数:', obj);
this.form.xy = obj.x + ',' + obj.y;
this.form.latidute = obj.y;
this.form.longidute = obj.x;
this.form.buildId = obj.buildId;
this.form.floorNo = obj.floorNo;
this.form.latidute = obj.x;
this.form.longidute = obj.y;
})
this.queryPlanTypeList();
let userInfo = uni.getStorageSync('mobileInfo');
@ -91,6 +81,7 @@
this.form.floorNo = this.locationInfo.floorNo;
this.form.latidute = this.locationInfo.latidute;
this.form.longidute = this.locationInfo.longidute;
this.form.xy = this.locationInfo.latidute + ',' + this.locationInfo.longidute;
}
},
methods: {
@ -127,6 +118,7 @@
return;
}
uni.setStorageSync("locationInfo",JSON.stringify(this.form));//使
uni.navigateBack();
// uni.request({
// url: 'http://172.19.0.11:8081/employee/modify',
// data: this.form,
@ -204,14 +196,16 @@
}
.choose-map{
line-height: 88upx;
line-height: 44upx;
color: #C4C7CB;
font-size: 28upx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
text-align: left;
background: #F6F8FA;
border-radius: 30upx;
padding: 0 15upx 0 30upx;
word-break: break-all;
padding: 22upx 15upx 22upx 33upx;
}
.voice-rocord-box{

@ -16,7 +16,7 @@
<image class="img" src="@/static/record-icon1.png"></image>
<view class="cnt">
<view @click="playVoice(voice)" class="voice-box" v-for="(voice, idx) in item.fileList" :key="'voice'+idx">
<!-- <view class="voice-mins">60</view> -->
<!-- <view class="voice-mins">{{item.duration || 0}}</view> -->
</view>
<view class="txt" style="margin-bottom: 20upx;">{{item.buildId?item.buildId+'号楼':''}}{{item.floorNo?item.floorNo+'层':''}}</view>
<view class="txt" style="margin-bottom: 20upx;">经度{{item.longidute}}</view>
@ -41,20 +41,34 @@
hasMore: true,
status: '',
innerAudioContext: null,
fileUrl: getApp().globalData.fileUrl
fileUrl: getApp().globalData.fileUrl,
employeeId: '',
isPlaying: false,//
}
},
onLoad() {
this.innerAudioContext = uni.createInnerAudioContext();
this.innerAudioContext.autoplay = true;
let userInfo = uni.getStorageSync('mobileInfo');
if (userInfo) {
this.employeeId = userInfo.employeeId;
}
this.loadMore();
},
methods: {
//
playVoice(url) {
if(this.isPlaying) {
console.log('停止播放');
this.innerAudioContext.stop();
this.isPlaying = false;
}
else{
console.log('播放录音');
this.innerAudioContext.src = this.fileUrl + url;
this.innerAudioContext.play();
this.isPlaying = true;
}
},
//
dateFormatter(date, format) {
@ -66,7 +80,7 @@
this.current = this.current + 1;
this.staus = 'loading';
uni.request({
url: getApp().globalData.apiUrl + '/appData/list?type=1&current=' + this.current + '&size=' + this.size,
url: getApp().globalData.apiUrl + '/appData/list?employeeId='+this.employeeId+'type=1&current=' + this.current + '&size=' + this.size,
method: 'GET',
success: (res) => {
if(res.data.code == 200){

@ -13,25 +13,28 @@
<!-- 语音录入记录 -->
<view class="voice-rocord-box" v-for="(item,index) in voicePathList" :key="'voice'+index">
<view class="voice-box" @click="playVoice(index)">
<!-- <view class="voice-mins">60</view> -->
<view class="voice-mins">{{item.duration}}</view>
</view>
<view class="voice-del" @click="delRecord(index)">删除</view>
</view>
<uni-forms-item label="当前位置" label-width="200upx">
<text>{{form.buildId}}号楼{{form.floorNo}} x:{{form.latidute}} y:{{form.longidute}}</text>
</uni-forms-item>
<view class="tab-switch" @click="switchPositionType">
<view class="tab-btn" :class="positionType == 1 ? 'tab-btn active' : 'tab-btn'">
<view class="tab-btn-item"></view>
</view>
<view class="tab-label">使用常用报警位置</view>
</view>
<uni-forms-item v-if="positionType === 0" label="当前位置" label-width="200upx">
<view class="choose-map" @click="goMap" :style="{color:form.buildId? '#000' : '#C4C7CB'}">
{{form.buildId ? form.buildId + '号楼' + form.floorNo + '层 纬度'+ form.latidute + ' 经度' + form.longidute : '请选择地图定位'}}
</view>
</uni-forms-item>
<uni-forms-item v-if="positionType == 1" label="常用报警位置" label-width="200upx">
<!-- <uni-data-select v-model="position" :localdata="positionList" placeholder="请选择常用报警位置"></uni-data-select> -->
<text>{{form.buildId}}号楼{{form.floorNo}} x:{{form.latidute}} y:{{form.longidute}}</text>
<view class="choose-map" @click="goSetOther" :style="{color:form.buildId? '#000' : '#C4C7CB'}">
{{form.buildId ? form.buildId + '号楼' + form.floorNo + '层 纬度'+ form.latidute + ' 经度' + form.longidute : '去设置常用报警定位'}}
</view>
</uni-forms-item>
<uni-forms-item label="应急预案选择" label-width="200upx">
<uni-data-select v-model="position" :localdata="positionList" placeholder="请选择常应急预案报警类型"></uni-data-select>
<uni-data-select v-model="form.planTypeId" :localdata="planTypeList" placeholder="请选择常应急预案报警类型"></uni-data-select>
</uni-forms-item>
<view style="text-align: right;">
<view class="submit-btn" @click="submit">上报</view>
@ -64,8 +67,8 @@
planTypeName: '',
},
positionType: 1, //使
positionList: [], //
position: '',
planTypeList: [], //
position: null,//
rules: {
longidute: {
rules: [{
@ -87,10 +90,18 @@
isStart: false, //
recorderManager: {},
innerAudioContext: {},
fileUrl: getApp().globalData.fileUrl
fileUrl: getApp().globalData.fileUrl,
times: null,
num: 0,
isPlaying: false,//
}
},
onUnload() {
console.log('释放监听')
uni.$off('mapData');
},
onShow() {
//
let userInfo = uni.getStorageSync('mobileInfo');
let locationInfo = uni.getStorageSync('locationInfo');
if (userInfo) {
@ -109,40 +120,84 @@
}
},
onLoad() {
uni.$on('mapData',(data) => {
let obj = JSON.parse(data.data[0].detail);
console.log('监听到事件来自返回的参数:', obj);
this.position = obj;
this.form.buildId = obj.buildId;
this.form.floorNo = obj.floorNo;
this.form.latidute = obj.x;
this.form.longidute = obj.y;
})
this.recorderManager = uni.getRecorderManager();
this.innerAudioContext = uni.createInnerAudioContext();
this.innerAudioContext.autoplay = true;
//
this.recorderManager.onStop((res) => {
console.log('recorder stop' + JSON.stringify(res));
clearInterval(this.times);
this.times = null;
this.voicePathList.push({
name: 'file' + (this.voicePathList.length > 0 ? this.voicePathList.length : 0),
file: res,
uri: res.tempFilePath
uri: res.tempFilePath,
duration: this.num
});
})
//
this.recorderManager.onError((res) => {
console.log('recorder onError' + JSON.stringify(res));
})
this.queryPlanTypeList();
},
methods: {
//
queryPlanTypeList() {
uni.request({
url: "http://172.19.2.177:8081/GetAllPlanInfo",
success: (data) => {
let _data = JSON.parse(data);
if(_data.code == 200) {
_data.data.forEach(item => {
item.value = item.planId;
item.text = item.planName;
})
this.planTypeList = _data.data;
}
}
})
},
//
goSetOther() {
uni.navigateTo({
url: '/pages/setting/other'
})
},
//
goMap() {
console.log('页面跳转')
uni.navigateTo({
url: '/pages/map/map'
})
},
//
switchPositionType() {
this.positionType = this.positionType == 1 ? 0 : 1
this.form.planTypeId = this.positionType == 1 ? this.locationInfo.planTypeId : '1';
this.form.planTypeName = this.positionType == 1 ? this.locationInfo.planTypeName : '预案01';
this.form.buildId = this.positionType == 1 ? this.locationInfo.buildId : '1';
this.form.floorNo = this.positionType == 1 ? this.locationInfo.floorNo : '1';
this.form.latidute = this.positionType == 1 ? this.locationInfo.latidute : '120.61988850529002';
this.form.longidute = this.positionType == 1 ? this.locationInfo.longidute : '31.37531834395683';
this.form.buildId = this.positionType == 1 ? this.locationInfo.buildId : this.position ? this.position.buildId : '';
this.form.floorNo = this.positionType == 1 ? this.locationInfo.floorNo : this.position ? this.position.floorNo : '';
this.form.latidute = this.positionType == 1 ? this.locationInfo.latidute : this.position ? this.position.x : '';
this.form.longidute = this.positionType == 1 ? this.locationInfo.longidute : this.position ? this.position.y : '';
},
//
doRecord() {
if (!this.isStart) {
console.log('开始录音');
this.isStart = true;
this.num = 0;
this.recorderManager.start();
this.times = setInterval(() => {
++this.num;
}, 1000);
}
},
endRecord() {
@ -156,9 +211,17 @@
},
//
playVoice(index) {
console.log('播放录音',this.voicePathList[index].uri);
if(this.isPlaying) {
console.log('停止播放');
this.innerAudioContext.stop();
this.isPlaying = false;
}
else{
console.log('播放录音');
this.innerAudioContext.src = this.voicePathList[index].uri;//this.fileUrl + this.voicePathList[index].uri;
this.innerAudioContext.play();
this.isPlaying = true;
}
},
submit() {
this.$refs.form.validate().then(res => {
@ -324,7 +387,18 @@
margin-left: 20upx;
}
}
.choose-map{
line-height: 44upx;
color: #C4C7CB;
font-size: 28upx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
text-align: left;
background: #F6F8FA;
border-radius: 30upx;
word-break: break-all;
padding: 22upx 15upx 22upx 33upx;
}
.submit-btn {
display: inline-block;
width: 140upx;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.1","code":101},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":true,"delay":0,"target":"id:1","waiting":true},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>","<uses-permission android:name=\"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.INJECT_EVENTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.USE_CREDENTIALS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"uni.UNIB814B58","aliasname":"","password":"","keystore":"html5plus://test","custompermissions":true},"apple":{"dSYMs":false,"plistcmds":["Add :UIFileSharingEnabled bool true"],"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"debug":true,"syncDebug":true,"orientation":"portrait-primary"},"nativePlugins":{"Ba-KeepAliveSuit":{}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html","adid":"122852140111"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.2","code":102},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"Geolocation":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":true,"delay":0,"target":"id:1","waiting":true},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>","<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>","<uses-permission android:name=\"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.INJECT_EVENTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.USE_CREDENTIALS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"uni.UNIB814B58","aliasname":"","password":"","keystore":"html5plus://test","custompermissions":true},"apple":{"dSYMs":false,"plistcmds":["Add :UIFileSharingEnabled bool true"],"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}},"geolocation":{"system":{"__platform__":["ios","android"]}}},"debug":true,"syncDebug":true,"orientation":"portrait-primary"},"nativePlugins":{"Ba-KeepAliveSuit":{}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html","adid":"122852140111"}}

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.1","code":101},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>","<uses-permission android:name=\"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.INJECT_EVENTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.USE_CREDENTIALS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{"dSYMs":false},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"Ba-KeepAliveSuit":{"__plugin_info__":{"name":"安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等) - [试用版,仅用于自定义调试基座]","description":"在Ba-KeepAlive的基础上,新增了忽略电池优化、自启管理、常驻通知。为定位、推送、websocket、定时任务、蓝牙、聊天等保驾护航(**注意:**不保证支持所有机型和场景,建议先试用再购买)","platforms":"Android","url":"https://ext.dcloud.net.cn/plugin?id=11765","android_package_name":"","ios_bundle_id":"","isCloud":true,"bought":0,"pid":"11765","parameters":{}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.2","code":102},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"Geolocation":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>","<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>","<uses-permission android:name=\"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.INJECT_EVENTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.USE_CREDENTIALS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{"dSYMs":false},"plugins":{"ad":{},"geolocation":{"system":{"__platform__":["android"]}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"Ba-KeepAliveSuit":{"__plugin_info__":{"name":"安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等)","description":"在Ba-KeepAlive的基础上,新增了忽略电池优化、自启管理、常驻通知。为定位、推送、websocket、定时任务、蓝牙、聊天等保驾护航(**注意:**不保证支持所有机型和场景,建议先试用再购买)","platforms":"Android","url":"https://ext.dcloud.net.cn/plugin?id=11765","android_package_name":"uni.UNIB814B58","ios_bundle_id":"","isCloud":true,"bought":1,"pid":"11765","parameters":{}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}

@ -2,7 +2,7 @@
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/index/index","pages/voiceRecord/report","pages/voiceRecord/list","pages/positionRecord/report","pages/positionRecord/list","pages/patrolRecord/report","pages/patrolRecord/list","pages/setting/index","pages/setting/user","pages/setting/other","pages/message/list","pages/message/detail","pages/map/map"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8","background":"#efeff4"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"齐鲁医院报警检测","compilerVersion":"3.8.7","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/voiceRecord/report","meta":{},"window":{"navigationBarTitleText":"语音上报"}},{"path":"/pages/voiceRecord/list","meta":{},"window":{"navigationBarTitleText":"语音上报记录"}},{"path":"/pages/positionRecord/report","meta":{},"window":{"navigationBarTitleText":"位置上报"}},{"path":"/pages/positionRecord/list","meta":{},"window":{"navigationBarTitleText":"位置上报记录"}},{"path":"/pages/patrolRecord/report","meta":{},"window":{"navigationBarTitleText":"巡更上报"}},{"path":"/pages/patrolRecord/list","meta":{},"window":{"navigationBarTitleText":"巡更上报记录"}},{"path":"/pages/setting/index","meta":{},"window":{"navigationBarTitleText":"设置"}},{"path":"/pages/setting/user","meta":{},"window":{"navigationBarTitleText":"远端设置"}},{"path":"/pages/setting/other","meta":{},"window":{"navigationBarTitleText":"常用报警设置"}},{"path":"/pages/message/list","meta":{},"window":{"navigationBarTitleText":"报警消息"}},{"path":"/pages/message/detail","meta":{},"window":{"navigationBarTitleText":"报警消息详情"}},{"path":"/pages/map/map","meta":{},"window":{"navigationBarTitleText":"定位"}}];
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"齐鲁医院"}},{"path":"/pages/voiceRecord/report","meta":{},"window":{"navigationBarTitleText":"语音上报"}},{"path":"/pages/voiceRecord/list","meta":{},"window":{"navigationBarTitleText":"语音上报记录"}},{"path":"/pages/positionRecord/report","meta":{},"window":{"navigationBarTitleText":"位置上报"}},{"path":"/pages/positionRecord/list","meta":{},"window":{"navigationBarTitleText":"位置上报记录"}},{"path":"/pages/patrolRecord/report","meta":{},"window":{"navigationBarTitleText":"巡更上报"}},{"path":"/pages/patrolRecord/list","meta":{},"window":{"navigationBarTitleText":"巡更上报记录"}},{"path":"/pages/setting/index","meta":{},"window":{"navigationBarTitleText":"设置"}},{"path":"/pages/setting/user","meta":{},"window":{"navigationBarTitleText":"远端设置"}},{"path":"/pages/setting/other","meta":{},"window":{"navigationBarTitleText":"常用报警设置"}},{"path":"/pages/message/list","meta":{},"window":{"navigationBarTitleText":"报警消息"}},{"path":"/pages/message/detail","meta":{},"window":{"navigationBarTitleText":"报警消息详情"}},{"path":"/pages/map/map","meta":{},"window":{"navigationBarTitleText":"定位"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

File diff suppressed because one or more lines are too long

@ -1300,7 +1300,9 @@ var render = function () {
attrs: { _i: "8-" + $30 },
},
[
_c("uni-view", {
_c(
"uni-view",
{
staticClass: _vm._$g("9-" + $30, "sc"),
attrs: { _i: "9-" + $30 },
on: {
@ -1308,12 +1310,24 @@ var render = function () {
return _vm.$handleViewEvent($event)
},
},
}),
},
[
_c(
"uni-view",
{
staticClass: _vm._$g("10-" + $30, "sc"),
attrs: { _i: "10-" + $30 },
},
[_vm._v(_vm._$g("10-" + $30, "t0-0") + "”")]
),
],
1
),
_c(
"uni-view",
{
staticClass: _vm._$g("11-" + $30, "sc"),
attrs: { _i: "11-" + $30 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -1326,29 +1340,11 @@ var render = function () {
1
)
}),
_c(
"uni-forms-item",
{ attrs: { _i: 11 } },
[
_c("v-uni-text", { attrs: { _i: 12 } }, [
_vm._v(
_vm._$g(12, "t0-0") +
"号楼" +
_vm._$g(12, "t0-1") +
"楼 x:" +
_vm._$g(12, "t0-2") +
" y:" +
_vm._$g(12, "t0-3")
),
]),
],
1
),
_c(
"uni-view",
{
staticClass: _vm._$g(13, "sc"),
attrs: { _i: 13 },
staticClass: _vm._$g(12, "sc"),
attrs: { _i: 12 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -1359,56 +1355,82 @@ var render = function () {
_c(
"uni-view",
{
staticClass: _vm._$g(14, "sc"),
class: _vm._$g(14, "c"),
attrs: { _i: 14 },
staticClass: _vm._$g(13, "sc"),
class: _vm._$g(13, "c"),
attrs: { _i: 13 },
},
[
_c("uni-view", {
staticClass: _vm._$g(15, "sc"),
attrs: { _i: 15 },
staticClass: _vm._$g(14, "sc"),
attrs: { _i: 14 },
}),
],
1
),
_c(
"uni-view",
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
{ staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } },
[_vm._v("使用常用报警位置")]
),
],
1
),
_vm._$g(17, "i")
_vm._$g(16, "i")
? _c(
"uni-forms-item",
{ attrs: { _i: 17 } },
{ attrs: { _i: 16 } },
[
_c("v-uni-text", { attrs: { _i: 18 } }, [
_vm._v(
_vm._$g(18, "t0-0") +
"号楼" +
_vm._$g(18, "t0-1") +
"楼 x:" +
_vm._$g(18, "t0-2") +
" y:" +
_vm._$g(18, "t0-3")
_c(
"uni-view",
{
staticClass: _vm._$g(17, "sc"),
style: _vm._$g(17, "s"),
attrs: { _i: 17 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v(_vm._$g(17, "t0-0"))]
),
],
1
)
: _vm._e(),
_vm._$g(18, "i")
? _c(
"uni-forms-item",
{ attrs: { _i: 18 } },
[
_c(
"uni-view",
{
staticClass: _vm._$g(19, "sc"),
style: _vm._$g(19, "s"),
attrs: { _i: 19 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v(_vm._$g(19, "t0-0"))]
),
]),
],
1
)
: _vm._e(),
_c(
"uni-forms-item",
{ attrs: { _i: 19 } },
{ attrs: { _i: 20 } },
[
_c("uni-data-select", {
attrs: { _i: 20 },
attrs: { _i: 21 },
model: {
value: _vm._$g(20, "v-model"),
value: _vm._$g(21, "v-model"),
callback: function () {},
expression: "position",
expression: "form.planTypeId",
},
}),
],
@ -1416,13 +1438,13 @@ var render = function () {
),
_c(
"uni-view",
{ staticStyle: { "text-align": "right" }, attrs: { _i: 21 } },
{ staticStyle: { "text-align": "right" }, attrs: { _i: 22 } },
[
_c(
"uni-view",
{
staticClass: _vm._$g(22, "sc"),
attrs: { _i: 22 },
staticClass: _vm._$g(23, "sc"),
attrs: { _i: 23 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -1439,13 +1461,13 @@ var render = function () {
),
_c(
"uni-view",
{ staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } },
{ staticClass: _vm._$g(24, "sc"), attrs: { _i: 24 } },
[
_c(
"uni-view",
{
staticClass: _vm._$g(24, "sc"),
attrs: { _i: 24 },
staticClass: _vm._$g(25, "sc"),
attrs: { _i: 25 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -1454,23 +1476,23 @@ var render = function () {
},
[
_c("uni-view", {
staticClass: _vm._$g(25, "sc"),
attrs: { _i: 25 },
staticClass: _vm._$g(26, "sc"),
attrs: { _i: 26 },
}),
],
1
),
_vm._$g(26, "i")
_vm._$g(27, "i")
? _c(
"uni-view",
{ staticClass: _vm._$g(26, "sc"), attrs: { _i: 26 } },
{ staticClass: _vm._$g(27, "sc"), attrs: { _i: 27 } },
[_vm._v("点击录音")]
)
: _c(
"uni-view",
{
staticClass: _vm._$g(27, "sc"),
attrs: { _i: 27 },
staticClass: _vm._$g(28, "sc"),
attrs: { _i: 28 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -2631,7 +2653,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! @/static/voive_bg.pn
exports = ___CSS_LOADER_API_IMPORT___(false);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
// Module
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-d2ab56ae],\n.container[data-v-d2ab56ae] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-d2ab56ae] .uni-forms-item__label,\n.container[data-v-d2ab56ae] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-d2ab56ae] .uni-select,\n.container[data-v-d2ab56ae] .uni-select {\n height: 99upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-d2ab56ae] .uni-select__input-box,\n.container[data-v-d2ab56ae] .uni-select__input-box {\n height: 99upx;\n}\nbody[data-v-d2ab56ae] .uni-select__input-placeholder,\n.container[data-v-d2ab56ae] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-d2ab56ae] .uni-icons,\n.container[data-v-d2ab56ae] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-d2ab56ae] {\n padding: 30upx;\n}\n.voice-rocord-box[data-v-d2ab56ae] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-d2ab56ae] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n width: 260px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-d2ab56ae] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-d2ab56ae] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.submit-btn[data-v-d2ab56ae] {\n display: inline-block;\n width: 140upx;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-d2ab56ae] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-d2ab56ae] {\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-d2ab56ae] {\n float: left;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-d2ab56ae] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-d2ab56ae] {\n float: right;\n}\n.user-box[data-v-d2ab56ae] {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 40upx;\n}\n.user-box .user-avatar[data-v-d2ab56ae] {\n display: block;\n margin-right: 26upx;\n}\n.user-box .user-avatar .user-avatar-image[data-v-d2ab56ae] {\n width: 90upx;\n height: 90upx;\n}\n.user-box .user-info[data-v-d2ab56ae] {\n flex: 1;\n color: #031945;\n font-size: 28upx;\n line-height: 40upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n.user-box .user-info .user-info-group[data-v-d2ab56ae] {\n color: #90959D;\n}\n.voice-btn-box[data-v-d2ab56ae] {\n text-align: center;\n}\n.voice-btn-box .btn-box[data-v-d2ab56ae] {\n display: inline-block;\n width: 190upx;\n height: 190upx;\n background: #E5F0FF;\n border-radius: 100upx;\n margin: 40upx auto;\n}\n.voice-btn-box .btn-box .btn-box-dot[data-v-d2ab56ae] {\n display: inline-block;\n width: 126upx;\n height: 126upx;\n background: #338AF8;\n border-radius: 63upx;\n margin: 32upx;\n}\n.voice-btn-box .btn-text[data-v-d2ab56ae] {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n", ""]);
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-d2ab56ae],\n.container[data-v-d2ab56ae] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-d2ab56ae] .uni-forms-item__label,\n.container[data-v-d2ab56ae] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-d2ab56ae] .uni-select,\n.container[data-v-d2ab56ae] .uni-select {\n height: 99upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-d2ab56ae] .uni-select__input-box,\n.container[data-v-d2ab56ae] .uni-select__input-box {\n height: 99upx;\n}\nbody[data-v-d2ab56ae] .uni-select__input-placeholder,\n.container[data-v-d2ab56ae] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-d2ab56ae] .uni-icons,\n.container[data-v-d2ab56ae] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-d2ab56ae] {\n padding: 30upx;\n}\n.voice-rocord-box[data-v-d2ab56ae] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-d2ab56ae] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n width: 260px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-d2ab56ae] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-d2ab56ae] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.choose-map[data-v-d2ab56ae] {\n line-height: 44upx;\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n text-align: left;\n background: #F6F8FA;\n border-radius: 30upx;\n word-break: break-all;\n padding: 22upx 15upx 22upx 33upx;\n}\n.submit-btn[data-v-d2ab56ae] {\n display: inline-block;\n width: 140upx;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-d2ab56ae] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-d2ab56ae] {\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-d2ab56ae] {\n float: left;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-d2ab56ae] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-d2ab56ae] {\n float: right;\n}\n.user-box[data-v-d2ab56ae] {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 40upx;\n}\n.user-box .user-avatar[data-v-d2ab56ae] {\n display: block;\n margin-right: 26upx;\n}\n.user-box .user-avatar .user-avatar-image[data-v-d2ab56ae] {\n width: 90upx;\n height: 90upx;\n}\n.user-box .user-info[data-v-d2ab56ae] {\n flex: 1;\n color: #031945;\n font-size: 28upx;\n line-height: 40upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n.user-box .user-info .user-info-group[data-v-d2ab56ae] {\n color: #90959D;\n}\n.voice-btn-box[data-v-d2ab56ae] {\n text-align: center;\n}\n.voice-btn-box .btn-box[data-v-d2ab56ae] {\n display: inline-block;\n width: 190upx;\n height: 190upx;\n background: #E5F0FF;\n border-radius: 100upx;\n margin: 40upx auto;\n}\n.voice-btn-box .btn-box .btn-box-dot[data-v-d2ab56ae] {\n display: inline-block;\n width: 126upx;\n height: 126upx;\n background: #338AF8;\n border-radius: 63upx;\n margin: 32upx;\n}\n.voice-btn-box .btn-text[data-v-d2ab56ae] {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n", ""]);
// Exports
module.exports = exports;
@ -3452,29 +3474,11 @@ var render = function () {
],
1
),
_c(
"uni-forms-item",
{ attrs: { _i: 8 } },
[
_c("v-uni-text", { attrs: { _i: 9 } }, [
_vm._v(
_vm._$g(9, "t0-0") +
"号楼" +
_vm._$g(9, "t0-1") +
"楼 x:" +
_vm._$g(9, "t0-2") +
" y:" +
_vm._$g(9, "t0-3")
),
]),
],
1
),
_c(
"uni-view",
{
staticClass: _vm._$g(10, "sc"),
attrs: { _i: 10 },
staticClass: _vm._$g(8, "sc"),
attrs: { _i: 8 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -3485,42 +3489,68 @@ var render = function () {
_c(
"uni-view",
{
staticClass: _vm._$g(11, "sc"),
class: _vm._$g(11, "c"),
attrs: { _i: 11 },
staticClass: _vm._$g(9, "sc"),
class: _vm._$g(9, "c"),
attrs: { _i: 9 },
},
[
_c("uni-view", {
staticClass: _vm._$g(12, "sc"),
attrs: { _i: 12 },
staticClass: _vm._$g(10, "sc"),
attrs: { _i: 10 },
}),
],
1
),
_c(
"uni-view",
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
{ staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } },
[_vm._v("使用常用报警位置")]
),
],
1
),
_vm._$g(12, "i")
? _c(
"uni-forms-item",
{ attrs: { _i: 12 } },
[
_c(
"uni-view",
{
staticClass: _vm._$g(13, "sc"),
style: _vm._$g(13, "s"),
attrs: { _i: 13 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v(_vm._$g(13, "t0-0"))]
),
],
1
)
: _vm._e(),
_vm._$g(14, "i")
? _c(
"uni-forms-item",
{ attrs: { _i: 14 } },
[
_c("v-uni-text", { attrs: { _i: 15 } }, [
_vm._v(
_vm._$g(15, "t0-0") +
"号楼" +
_vm._$g(15, "t0-1") +
"楼 x:" +
_vm._$g(15, "t0-2") +
" y:" +
_vm._$g(15, "t0-3")
_c(
"uni-view",
{
staticClass: _vm._$g(15, "sc"),
style: _vm._$g(15, "s"),
attrs: { _i: 15 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v(_vm._$g(15, "t0-0"))]
),
]),
],
1
)
@ -3664,7 +3694,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! @/static/voive_bg.pn
exports = ___CSS_LOADER_API_IMPORT___(false);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
// Module
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-7d7d87a0],\n.container[data-v-7d7d87a0] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-7d7d87a0] .uni-forms-item__label,\n.container[data-v-7d7d87a0] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-7d7d87a0] .uni-select,\n.container[data-v-7d7d87a0] .uni-select {\n height: 99upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-7d7d87a0] .uni-select__input-box,\n.container[data-v-7d7d87a0] .uni-select__input-box {\n height: 99upx;\n}\nbody[data-v-7d7d87a0] .uni-select__input-placeholder,\n.container[data-v-7d7d87a0] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-7d7d87a0] .uni-icons,\n.container[data-v-7d7d87a0] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-7d7d87a0] {\n padding: 30upx;\n}\n.voice-rocord-box[data-v-7d7d87a0] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-7d7d87a0] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n min-width: 300px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-7d7d87a0] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-7d7d87a0] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.submit-btn[data-v-7d7d87a0] {\n display: inline-block;\n width: 140upx;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-7d7d87a0] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-7d7d87a0] {\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-7d7d87a0] {\n float: left;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-7d7d87a0] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-7d7d87a0] {\n float: right;\n}\n.user-box[data-v-7d7d87a0] {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 40upx;\n}\n.user-box .user-avatar[data-v-7d7d87a0] {\n display: block;\n margin-right: 26upx;\n}\n.user-box .user-avatar .user-avatar-image[data-v-7d7d87a0] {\n width: 90upx;\n height: 90upx;\n}\n.user-box .user-info[data-v-7d7d87a0] {\n flex: 1;\n color: #031945;\n font-size: 28upx;\n line-height: 40upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n.user-box .user-info .user-info-group[data-v-7d7d87a0] {\n color: #90959D;\n}\n", ""]);
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-7d7d87a0],\n.container[data-v-7d7d87a0] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-7d7d87a0] .uni-forms-item__label,\n.container[data-v-7d7d87a0] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-7d7d87a0] .uni-select,\n.container[data-v-7d7d87a0] .uni-select {\n height: 99upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-7d7d87a0] .uni-select__input-box,\n.container[data-v-7d7d87a0] .uni-select__input-box {\n height: 99upx;\n}\nbody[data-v-7d7d87a0] .uni-select__input-placeholder,\n.container[data-v-7d7d87a0] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-7d7d87a0] .uni-icons,\n.container[data-v-7d7d87a0] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-7d7d87a0] {\n padding: 30upx;\n}\n.voice-rocord-box[data-v-7d7d87a0] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-7d7d87a0] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n min-width: 300px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-7d7d87a0] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-7d7d87a0] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.choose-map[data-v-7d7d87a0] {\n line-height: 44upx;\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n text-align: left;\n background: #F6F8FA;\n border-radius: 30upx;\n word-break: break-all;\n padding: 22upx 15upx 22upx 33upx;\n}\n.submit-btn[data-v-7d7d87a0] {\n display: inline-block;\n width: 140upx;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-7d7d87a0] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-7d7d87a0] {\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-7d7d87a0] {\n float: left;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-7d7d87a0] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-7d7d87a0] {\n float: right;\n}\n.user-box[data-v-7d7d87a0] {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 40upx;\n}\n.user-box .user-avatar[data-v-7d7d87a0] {\n display: block;\n margin-right: 26upx;\n}\n.user-box .user-avatar .user-avatar-image[data-v-7d7d87a0] {\n width: 90upx;\n height: 90upx;\n}\n.user-box .user-info[data-v-7d7d87a0] {\n flex: 1;\n color: #031945;\n font-size: 28upx;\n line-height: 40upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n.user-box .user-info .user-info-group[data-v-7d7d87a0] {\n color: #90959D;\n}\n", ""]);
// Exports
module.exports = exports;
@ -4203,29 +4233,11 @@ var render = function () {
],
1
),
_c(
"uni-forms-item",
{ attrs: { _i: 8 } },
[
_c("v-uni-text", { attrs: { _i: 9 } }, [
_vm._v(
_vm._$g(9, "t0-0") +
"号楼" +
_vm._$g(9, "t0-1") +
"楼 x:" +
_vm._$g(9, "t0-2") +
" y:" +
_vm._$g(9, "t0-3")
),
]),
],
1
),
_c(
"uni-view",
{
staticClass: _vm._$g(10, "sc"),
attrs: { _i: 10 },
staticClass: _vm._$g(8, "sc"),
attrs: { _i: 8 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
@ -4236,42 +4248,68 @@ var render = function () {
_c(
"uni-view",
{
staticClass: _vm._$g(11, "sc"),
class: _vm._$g(11, "c"),
attrs: { _i: 11 },
staticClass: _vm._$g(9, "sc"),
class: _vm._$g(9, "c"),
attrs: { _i: 9 },
},
[
_c("uni-view", {
staticClass: _vm._$g(12, "sc"),
attrs: { _i: 12 },
staticClass: _vm._$g(10, "sc"),
attrs: { _i: 10 },
}),
],
1
),
_c(
"uni-view",
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
{ staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } },
[_vm._v("使用常用报警位置")]
),
],
1
),
_vm._$g(12, "i")
? _c(
"uni-forms-item",
{ attrs: { _i: 12 } },
[
_c(
"uni-view",
{
staticClass: _vm._$g(13, "sc"),
style: _vm._$g(13, "s"),
attrs: { _i: 13 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v(_vm._$g(13, "t0-0"))]
),
],
1
)
: _vm._e(),
_vm._$g(14, "i")
? _c(
"uni-forms-item",
{ attrs: { _i: 14 } },
[
_c("v-uni-text", { attrs: { _i: 15 } }, [
_vm._v(
_vm._$g(15, "t0-0") +
"号楼" +
_vm._$g(15, "t0-1") +
"楼 x:" +
_vm._$g(15, "t0-2") +
" y:" +
_vm._$g(15, "t0-3")
_c(
"uni-view",
{
staticClass: _vm._$g(15, "sc"),
style: _vm._$g(15, "s"),
attrs: { _i: 15 },
on: {
click: function ($event) {
return _vm.$handleViewEvent($event)
},
},
},
[_vm._v(_vm._$g(15, "t0-0"))]
),
]),
],
1
)
@ -4285,7 +4323,7 @@ var render = function () {
model: {
value: _vm._$g(17, "v-model"),
callback: function () {},
expression: "position",
expression: "form.planTypeId",
},
}),
],
@ -4460,7 +4498,7 @@ exports = ___CSS_LOADER_API_IMPORT___(false);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
var ___CSS_LOADER_URL_REPLACEMENT_1___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_1___);
// Module
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-21fc64a6],\n.container[data-v-21fc64a6] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-21fc64a6] .uni-forms-item__label,\n.container[data-v-21fc64a6] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-21fc64a6] .uni-select,\n.container[data-v-21fc64a6] .uni-select {\n height: 99upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-21fc64a6] .uni-select__input-box,\n.container[data-v-21fc64a6] .uni-select__input-box {\n height: 99upx;\n}\nbody[data-v-21fc64a6] .uni-select__input-placeholder,\n.container[data-v-21fc64a6] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-21fc64a6] .uni-icons,\n.container[data-v-21fc64a6] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-21fc64a6] {\n padding: 30upx;\n}\n.voice-rocord-box[data-v-21fc64a6] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-21fc64a6] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n min-width: 300px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-21fc64a6] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-21fc64a6] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.submit-btn[data-v-21fc64a6] {\n display: inline-block;\n width: 140upx;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-21fc64a6] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-21fc64a6] {\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-21fc64a6] {\n float: left;\n display: inline-block;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-21fc64a6] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-21fc64a6] {\n float: right;\n}\n.user-box[data-v-21fc64a6] {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 40upx;\n}\n.user-box .user-avatar[data-v-21fc64a6] {\n display: block;\n margin-right: 26upx;\n}\n.user-box .user-avatar .user-avatar-image[data-v-21fc64a6] {\n width: 90upx;\n height: 90upx;\n}\n.user-box .user-info[data-v-21fc64a6] {\n flex: 1;\n color: #031945;\n font-size: 28upx;\n line-height: 40upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n.user-box .user-info .user-info-group[data-v-21fc64a6] {\n color: #90959D;\n}\n.photo-list[data-v-21fc64a6] {\n display: flex;\n flex-wrap: wrap;\n}\n.photo-list .img[data-v-21fc64a6] {\n width: 120upx;\n height: 120upx;\n border-radius: 20upx;\n background-color: #eee;\n margin: 10upx;\n}\n.photo-list .choose-img-btn[data-v-21fc64a6] {\n width: 120upx;\n height: 120upx;\n border-radius: 20upx;\n margin: 10upx;\n background: #F6F8FA url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ") center 23upx no-repeat;\n background-size: 44upx 44upx;\n}\n.photo-list .choose-img-btn .txt[data-v-21fc64a6] {\n color: #EE9070;\n line-height: 33upx;\n font-size: 24upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-top: 76upx;\n text-align: center;\n}\n", ""]);
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-21fc64a6],\n.container[data-v-21fc64a6] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-21fc64a6] .uni-forms-item__label,\n.container[data-v-21fc64a6] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-21fc64a6] .uni-select,\n.container[data-v-21fc64a6] .uni-select {\n height: 99upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-21fc64a6] .uni-select__input-box,\n.container[data-v-21fc64a6] .uni-select__input-box {\n height: 99upx;\n}\nbody[data-v-21fc64a6] .uni-select__input-placeholder,\n.container[data-v-21fc64a6] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-21fc64a6] .uni-icons,\n.container[data-v-21fc64a6] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-21fc64a6] {\n padding: 30upx;\n}\n.voice-rocord-box[data-v-21fc64a6] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-21fc64a6] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n min-width: 300px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-21fc64a6] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-21fc64a6] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.choose-map[data-v-21fc64a6] {\n line-height: 44upx;\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n text-align: left;\n background: #F6F8FA;\n border-radius: 30upx;\n word-break: break-all;\n padding: 22upx 15upx 22upx 33upx;\n}\n.submit-btn[data-v-21fc64a6] {\n display: inline-block;\n width: 140upx;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-21fc64a6] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-21fc64a6] {\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-21fc64a6] {\n float: left;\n display: inline-block;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-21fc64a6] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-21fc64a6] {\n float: right;\n}\n.user-box[data-v-21fc64a6] {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 40upx;\n}\n.user-box .user-avatar[data-v-21fc64a6] {\n display: block;\n margin-right: 26upx;\n}\n.user-box .user-avatar .user-avatar-image[data-v-21fc64a6] {\n width: 90upx;\n height: 90upx;\n}\n.user-box .user-info[data-v-21fc64a6] {\n flex: 1;\n color: #031945;\n font-size: 28upx;\n line-height: 40upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\n.user-box .user-info .user-info-group[data-v-21fc64a6] {\n color: #90959D;\n}\n.photo-list[data-v-21fc64a6] {\n display: flex;\n flex-wrap: wrap;\n}\n.photo-list .img[data-v-21fc64a6] {\n width: 120upx;\n height: 120upx;\n border-radius: 20upx;\n background-color: #eee;\n margin: 10upx;\n}\n.photo-list .choose-img-btn[data-v-21fc64a6] {\n width: 120upx;\n height: 120upx;\n border-radius: 20upx;\n margin: 10upx;\n background: #F6F8FA url(" + ___CSS_LOADER_URL_REPLACEMENT_1___ + ") center 23upx no-repeat;\n background-size: 44upx 44upx;\n}\n.photo-list .choose-img-btn .txt[data-v-21fc64a6] {\n color: #EE9070;\n line-height: 33upx;\n font-size: 24upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-top: 76upx;\n text-align: center;\n}\n", ""]);
// Exports
module.exports = exports;
@ -6104,7 +6142,7 @@ var ___CSS_LOADER_URL_IMPORT_0___ = __webpack_require__(/*! @/static/voive_bg.pn
exports = ___CSS_LOADER_API_IMPORT___(false);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
// Module
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-2c959890],\n.container[data-v-2c959890] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-2c959890] .uni-forms-item__label,\n.container[data-v-2c959890] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-2c959890] .uni-easyinput__content,\n.container[data-v-2c959890] .uni-easyinput__content {\n height: 88upx;\n border: 0;\n border-bottom: 1px solid #D6D8DF;\n border-radius: 0;\n}\nbody[data-v-2c959890] .uni-easyinput__content-input,\n.container[data-v-2c959890] .uni-easyinput__content-input {\n font-size: 28upx;\n height: 88upx;\n}\nbody[data-v-2c959890] .uni-input-placeholder,\n.container[data-v-2c959890] .uni-input-placeholder {\n color: #90959D;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-2c959890] .uni-select,\n.container[data-v-2c959890] .uni-select {\n height: 88upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-2c959890] .uni-select__input-box,\n.container[data-v-2c959890] .uni-select__input-box {\n height: 88upx;\n}\nbody[data-v-2c959890] .uni-select__input-placeholder,\n.container[data-v-2c959890] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-2c959890] .uni-icons,\n.container[data-v-2c959890] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-2c959890] {\n padding: 30upx;\n}\n.choose-map[data-v-2c959890] {\n line-height: 88upx;\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n}\n.voice-rocord-box[data-v-2c959890] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-2c959890] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n min-width: 300px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-2c959890] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-2c959890] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.submit-btn[data-v-2c959890] {\n display: block;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-2c959890] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-2c959890] {\n display: flex;\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-2c959890] {\n float: right;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-2c959890] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-2c959890] {\n float: left;\n}\n.btn-box[data-v-2c959890] {\n position: fixed;\n left: 30upx;\n right: 30upx;\n bottom: 100upx;\n}\n.btn-box .submit-btn[data-v-2c959890] {\n color: #FFFFFF;\n font-size: 28px;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 90upx;\n text-align: center;\n background: #338AF8;\n border-radius: 100upx;\n}\n", ""]);
exports.push([module.i, "@charset \"UTF-8\";\n/* 水平间距 */\n/* 水平间距 */\nbody[data-v-2c959890],\n.container[data-v-2c959890] {\n min-height: 100vh;\n background-color: #FFFFFF;\n}\nbody[data-v-2c959890] .uni-forms-item__label,\n.container[data-v-2c959890] .uni-forms-item__label {\n color: #031945;\n font-size: 28upx;\n font-family: PingFang SC-Bold, PingFang SC;\n font-weight: bold;\n}\nbody[data-v-2c959890] .uni-easyinput__content,\n.container[data-v-2c959890] .uni-easyinput__content {\n height: 88upx;\n border: 0;\n border-bottom: 1px solid #D6D8DF;\n border-radius: 0;\n}\nbody[data-v-2c959890] .uni-easyinput__content-input,\n.container[data-v-2c959890] .uni-easyinput__content-input {\n font-size: 28upx;\n height: 88upx;\n}\nbody[data-v-2c959890] .uni-input-placeholder,\n.container[data-v-2c959890] .uni-input-placeholder {\n color: #90959D;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-2c959890] .uni-select,\n.container[data-v-2c959890] .uni-select {\n height: 88upx;\n background: #F6F8FA;\n border-radius: 30upx;\n padding: 0 15upx 0 30upx;\n border: 0;\n}\nbody[data-v-2c959890] .uni-select__input-box,\n.container[data-v-2c959890] .uni-select__input-box {\n height: 88upx;\n}\nbody[data-v-2c959890] .uni-select__input-placeholder,\n.container[data-v-2c959890] .uni-select__input-placeholder {\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n}\nbody[data-v-2c959890] .uni-icons,\n.container[data-v-2c959890] .uni-icons {\n color: #C4C7CB;\n font-size: 28upx;\n}\n.padding-wrap[data-v-2c959890] {\n padding: 30upx;\n}\n.choose-map[data-v-2c959890] {\n line-height: 44upx;\n color: #C4C7CB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n text-align: left;\n background: #F6F8FA;\n border-radius: 30upx;\n word-break: break-all;\n padding: 22upx 15upx 22upx 33upx;\n}\n.voice-rocord-box[data-v-2c959890] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 40upx;\n}\n.voice-rocord-box .voice-box[data-v-2c959890] {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n min-width: 300px;\n height: 90upx;\n background: #338AF8 url(" + ___CSS_LOADER_URL_REPLACEMENT_0___ + ") 40upx 28upx no-repeat;\n background-size: 226upx 34upx;\n border-radius: 100upx;\n}\n.voice-rocord-box .voice-box .voice-mins[data-v-2c959890] {\n color: #FFFFFF;\n font-size: 28upx;\n font-family: Arial-Regular, Arial;\n font-weight: 400;\n margin-right: 40upx;\n}\n.voice-rocord-box .voice-del[data-v-2c959890] {\n color: #B6B8BB;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n margin-left: 20upx;\n}\n.submit-btn[data-v-2c959890] {\n display: block;\n color: #338AF8;\n font-size: 28upx;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 66upx;\n text-align: center;\n background: #E5F0FF;\n border-radius: 20upx;\n border: 1px solid #338AF8;\n}\n.tab-switch[data-v-2c959890] {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n.tab-switch .tab-btn[data-v-2c959890] {\n display: flex;\n width: 80upx;\n height: 40upx;\n border-radius: 20upx;\n background-color: #eee;\n margin-right: 10upx;\n}\n.tab-switch .tab-btn .tab-btn-item[data-v-2c959890] {\n float: right;\n width: 36upx;\n height: 36upx;\n border-radius: 18upx;\n background-color: #FFFFFF;\n margin: 2upx;\n}\n.tab-switch .tab-btn.active[data-v-2c959890] {\n background-color: #338AF8;\n}\n.tab-switch .tab-btn.active .tab-btn-item[data-v-2c959890] {\n float: left;\n}\n.btn-box[data-v-2c959890] {\n position: fixed;\n left: 30upx;\n right: 30upx;\n bottom: 100upx;\n}\n.btn-box .submit-btn[data-v-2c959890] {\n color: #FFFFFF;\n font-size: 28px;\n font-family: PingFang SC-Regular, PingFang SC;\n font-weight: 400;\n line-height: 90upx;\n text-align: center;\n background: #338AF8;\n border-radius: 100upx;\n}\n", ""]);
// Exports
module.exports = exports;

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.2","code":101},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>","<uses-permission android:name=\"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.INJECT_EVENTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.USE_CREDENTIALS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{"dSYMs":false},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"Ba-KeepAliveSuit":{"__plugin_info__":{"name":"安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等) - [试用版,仅用于自定义调试基座]","description":"在Ba-KeepAlive的基础上,新增了忽略电池优化、自启管理、常驻通知。为定位、推送、websocket、定时任务、蓝牙、聊天等保驾护航(**注意:**不保证支持所有机型和场景,建议先试用再购买)","platforms":"Android","url":"https://ext.dcloud.net.cn/plugin?id=11765","android_package_name":"","ios_bundle_id":"","isCloud":true,"bought":0,"pid":"11765","parameters":{}}}},"arguments":"{\"name\":\"\",\"path\":\"\",\"query\":\"\",\"id\":0}","allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.2","code":102},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"Geolocation":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","distribute":{"google":{"permissions":["<uses-feature android:name=\"android.hardware.camera\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>","<uses-permission android:name=\"android.permission.ACCESS_MOCK_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.BIND_ACCESSIBILITY_SERVICE\"/>","<uses-permission android:name=\"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.INJECT_EVENTS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>","<uses-permission android:name=\"android.permission.USE_CREDENTIALS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{"dSYMs":false},"plugins":{"ad":{},"geolocation":{"system":{"__platform__":["android"]}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"Ba-KeepAliveSuit":{"__plugin_info__":{"name":"安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等)","description":"在Ba-KeepAlive的基础上,新增了忽略电池优化、自启管理、常驻通知。为定位、推送、websocket、定时任务、蓝牙、聊天等保驾护航(**注意:**不保证支持所有机型和场景,建议先试用再购买)","platforms":"Android","url":"https://ext.dcloud.net.cn/plugin?id=11765","android_package_name":"uni.UNIB814B58","ios_bundle_id":"","isCloud":true,"bought":1,"pid":"11765","parameters":{}}}},"arguments":"{\"name\":\"\",\"path\":\"\",\"query\":\"\",\"id\":0}","allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<script>
var __UniViewStartTime__ = Date.now();
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<title>View</title>
<link rel="stylesheet" href="view.css" />
</head>
<body>
<div id="app"></div>
<script src="__uniappes6.js"></script>
<script src="view.umd.min.js"></script>
<script src="app-view.js"></script>
</body>
</html>

@ -0,0 +1,8 @@
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/index/index","pages/voiceRecord/report","pages/voiceRecord/list","pages/positionRecord/report","pages/positionRecord/list","pages/patrolRecord/report","pages/patrolRecord/list","pages/setting/index","pages/setting/user","pages/setting/other","pages/message/list","pages/message/detail","pages/map/map"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8","background":"#efeff4"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"齐鲁医院报警检测","compilerVersion":"3.8.7","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/voiceRecord/report","meta":{},"window":{"navigationBarTitleText":"语音上报"}},{"path":"/pages/voiceRecord/list","meta":{},"window":{"navigationBarTitleText":"语音上报记录"}},{"path":"/pages/positionRecord/report","meta":{},"window":{"navigationBarTitleText":"位置上报"}},{"path":"/pages/positionRecord/list","meta":{},"window":{"navigationBarTitleText":"位置上报记录"}},{"path":"/pages/patrolRecord/report","meta":{},"window":{"navigationBarTitleText":"巡更上报"}},{"path":"/pages/patrolRecord/list","meta":{},"window":{"navigationBarTitleText":"巡更上报记录"}},{"path":"/pages/setting/index","meta":{},"window":{"navigationBarTitleText":"设置"}},{"path":"/pages/setting/user","meta":{},"window":{"navigationBarTitleText":"远端设置"}},{"path":"/pages/setting/other","meta":{},"window":{"navigationBarTitleText":"常用报警设置"}},{"path":"/pages/message/list","meta":{},"window":{"navigationBarTitleText":"报警消息"}},{"path":"/pages/message/detail","meta":{},"window":{"navigationBarTitleText":"报警消息详情"}},{"path":"/pages/map/map","meta":{},"window":{"navigationBarTitleText":"定位"}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

@ -0,0 +1 @@
(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];c<i.length;c++)l=i[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);f&&f(r);while(s.length)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var p=t[i];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={"app-config":0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var i=this["webpackJsonp"]=this["webpackJsonp"]||[],p=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var f=p;t()})([]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__B814B58","name":"齐鲁医院报警检测","version":{"name":"1.0.2","code":102},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Record":{},"VideoPlayer":{},"Geolocation":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","nativePlugins":{"Ba-KeepAliveSuit":{"__plugin_info__":{"name":"安卓保活套装(通用、常驻通知、电池优化、自启管理、后台运行等)","description":"在Ba-KeepAlive的基础上,新增了忽略电池优化、自启管理、常驻通知。为定位、推送、websocket、定时任务、蓝牙、聊天等保驾护航(**注意:**不保证支持所有机型和场景,建议先试用再购买)","platforms":"Android","url":"https://ext.dcloud.net.cn/plugin?id=11765","android_package_name":"uni.UNIB814B58","ios_bundle_id":"","isCloud":true,"bought":1,"pid":"11765","parameters":{}}}},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"3.8.7","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

@ -0,0 +1,20 @@
@font-face {
font-family: "customicons"; /* Project id 2878519 */
src:url('/static/customicons.ttf') format('truetype');
}
.customicons {
font-family: "customicons" !important;
}
.youxi:before {
content: "\e60e";
}
.wenjian:before {
content: "\e60f";
}
.zhuanfa:before {
content: "\e610";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save