This commit is contained in:
zmj 2023-12-24 20:53:41 +08:00
parent f0ad4502ee
commit b19a0b310d
35 changed files with 169 additions and 192 deletions

View File

@ -2,7 +2,7 @@
"version" : "1.0",
"configurations" : [
{
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android"
},
{

32
App.vue
View File

@ -1,37 +1,9 @@
<script>
export default {
onLaunch: function() {
let timer = null
uni.$on('close', function(data) {
timer = setTimeout(() => {
// uni.request({
// url: 'https://iot.lihaink.cn/close_stream', //
// });
console.log("关闭定时器")
}, 60000)
})
uni.$on('push', function(data) {
if (timer) {
clearTimeout(timer);
}
// uni.request({
// url: 'https://iot.lihaink.cn/push_stream',
// });
})
},
onShow: function() {
console.log('App Show')
@ -40,10 +12,6 @@
onHide: function() {
console.log('App Hide')
// uni.request({
// url: 'https://iot.lihaink.cn/close_stream',
// });
},
}

View File

@ -198,32 +198,33 @@
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#FFFFFF",
"selectedColor": "#34D190",
"color": "#282828",
"selectedColor": "#0122C7",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"iconWidth": "40px",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/massif",
"text": "",
"iconPath": "static/main/index/sy.png",
"selectedIconPath": "static/main/index/sydj.png"
"text": "首45",
"iconPath": "static/tabs-icon/home.png",
"selectedIconPath": "static/tabs-icon/home-a.png"
},
{
"pagePath": "pages/index/index",
"text": "",
"iconPath": "static/main/index/dk.png",
"selectedIconPath": "static/main/index/dkdj.png"
"text": "审1批",
"iconPath": "static/tabs-icon/Task.png",
"selectedIconPath": "static/tabs-icon/Task-a.png"
},
{
"pagePath": "pages/index/personal",
"text": "",
"iconPath": "static/main/index/wd.png",
"selectedIconPath": "static/main/index/wddj.png"
"text": "任务",
"iconPath": "static/tabs-icon/approval.png",
"selectedIconPath": "static/tabs-icon/approval-a.png"
}
]
},
"uniIdRouter": {}
}

View File

@ -7,6 +7,9 @@
<Myindex style="float: right;"></Myindex>
<view class="" v-show="false">
<image src="/static/tabs-icon/dk.png"></image>
</view>
<view class="content">
@ -159,9 +162,6 @@
</view> -->
</view>
</view>
<view class="agreement">
<text>登录代表您已经同意</text> <text style="color:#2D94FE ;">服务协议隐私政策</text>
@ -193,6 +193,8 @@
.input-card {
width: 700rpx;
box-sizing: border-box;
border-radius: 20rpx;
overflow: hidden;
.card-head {
background-color: #fff;

View File

@ -99,6 +99,10 @@
</view>
</view>
</view>
</view>

View File

@ -62,6 +62,8 @@
<view class="land-info">
<view class="land-area">
土地面积
<view class="">
{{dataobj.total_area|| "--"}}
</view>
@ -97,7 +99,9 @@
</view>
<view class="live">
<u--image src="/static/img/viedobg.png" v-if="video_url" width="100%"></u--image>
<u--image
src="https://ceshi-worker-task.lihaink.cn/uploads/images/20231223/20231223092144475437017.png"
v-if="video_url" width="100%"></u--image>
<u--image :src="u('K')" v-else width="100%"></u--image>
<view class=""
@ -497,7 +501,7 @@
const bgc = (icon) => {
return `/static/main/index/${icon}.png`
}
const video_url = ref(5)
const video_url = ref()
//
const getlist = () => {
lindexist({
@ -515,7 +519,7 @@
}
// video_url=res.data.
threshold = res.data.monitor.threshold
threshold = res.data?.monitor?.threshold || ""
if (Object.keys(res.data).length > 0) {
getlist3(res.data.id)
Object.assign(dataobj, res.data);
@ -584,7 +588,7 @@
}).then((res) => {
if (res.code == 1) {
tdId.value = res.data[0].id
tdId.value = res.data[0]?.id || ''
getlist()
if (res.data.length > 0) {
columns.splice(0, columns.length, ...res.data.map((step, index) => {

View File

@ -12,8 +12,8 @@
</view>
</view>
<view class="video" style="position: relative;">
<u--image src="/static/img/viedobg.png" width="100%" height="300rpx" @click="goLive"
v-if="videoUrl"></u--image>
<u--image src="https://ceshi-worker-task.lihaink.cn/uploads/images/20231223/20231223092144475437017.png"
width="100%" height="300rpx" @click="goLive" v-if="videoUrl"></u--image>
<u--image src="/static/main/index/k.png" width="100%" height="300rpx" v-else></u--image>
<view class=""
@ -144,7 +144,6 @@
onShow
} from "@dcloudio/uni-app"
const videoUrl = ref('')
console.log(videoUrl.value)
const goLive = () => {
uni.navigateTo({
@ -223,10 +222,9 @@
}).then((res) => {
if (res.code == 1) {
console.log(res.data)
if (res.data.user_id == 23) {
videoUrl.value =
'http://rtsp.lihaink.cn/live/lihai_lot_walnutpi_dev_4.live.mp4?secret=YwDtp2llj80HA19JhMXL4Po99nsMAyNT'
// videoUrl.value =
// 'http://rtsp.lihaink.cn/live/lihai_lot_walnutpi_dev_4.live.mp4?secret=YwDtp2llj80HA19JhMXL4Po99nsMAyNT'
}
console.log(videoUrl.value)
// videoUrl.value=res.data.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 772 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

BIN
static/tabs-icon/Task-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

BIN
static/tabs-icon/Task.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

View File

Before

Width:  |  Height:  |  Size: 1023 B

After

Width:  |  Height:  |  Size: 1023 B

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
static/tabs-icon/home-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 B

BIN
static/tabs-icon/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/tabs-icon/my-a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

BIN
static/tabs-icon/my.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

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

View File

@ -123,7 +123,7 @@
},
"allowsInlineMediaPlayback": true,
"safearea": {
"background": "#FFFFFF",
"background": "#ffffff",
"bottom": {
"offset": "auto"
}
@ -144,33 +144,33 @@
},
"tabBar": {
"position": "bottom",
"color": "#FFFFFF",
"selectedColor": "#34D190",
"color": "#282828",
"selectedColor": "#0122C7",
"borderStyle": "rgba(255,255,255,0.4)",
"blurEffect": "none",
"fontSize": "10px",
"iconWidth": "40px",
"iconWidth": "24px",
"spacing": "3px",
"height": "50px",
"backgroundColor": "#FFFFFF",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/massif",
"text": "",
"iconPath": "/static/main/index/sy.png",
"selectedIconPath": "/static/main/index/sydj.png"
"text": "首页",
"iconPath": "/static/tabs-icon/home.png",
"selectedIconPath": "/static/tabs-icon/home-a.png"
},
{
"pagePath": "pages/index/index",
"text": "",
"iconPath": "/static/main/index/dk.png",
"selectedIconPath": "/static/main/index/dkdj.png"
"text": "审批",
"iconPath": "/static/tabs-icon/Task.png",
"selectedIconPath": "/static/tabs-icon/Task-a.png"
},
{
"pagePath": "pages/index/personal",
"text": "",
"iconPath": "/static/main/index/wd.png",
"selectedIconPath": "/static/main/index/wddj.png"
"text": "任务",
"iconPath": "/static/tabs-icon/approval.png",
"selectedIconPath": "/static/tabs-icon/approval-a.png"
}
],
"selectedIndex": 0,