Compare commits
4 Commits
864bdac590
...
76483bb4b8
Author | SHA1 | Date | |
---|---|---|---|
76483bb4b8 | |||
ec92abe1bf | |||
4f60cbdd52 | |||
f3cab73116 |
@ -219,7 +219,7 @@ export default {
|
|||||||
// this.$router.push('/')
|
// this.$router.push('/')
|
||||||
if (sessionStorage.getItem('param')) {
|
if (sessionStorage.getItem('param')) {
|
||||||
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
|
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
|
||||||
window.location = 'http://192.168.1.103:9527/#/?' + param
|
window.location = 'http://zs.main.picaiba.com?' + param
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleAlarm() {},
|
handleAlarm() {},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2021-07-19 15:18:30
|
* @Date: 2021-07-19 15:18:30
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-11-28 16:07:41
|
* @LastEditTime: 2022-12-01 10:31:37
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -69,7 +69,7 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<div class="inTest" :style="{ padding: 9 * beilv + 'px' }">
|
<div class="inTest" :style="{ padding: 9 * beilv + 'px' }">
|
||||||
<span class="leftText">执行叉车:</span>
|
<span class="leftText">执行叉车:</span>
|
||||||
<span class="rightText">叉车</span>
|
<span class="rightText">2-03</span>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
@ -137,7 +137,7 @@
|
|||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<div class="outTest" :style="{ padding: 7 * beilv + 'px' }">
|
<div class="outTest" :style="{ padding: 7 * beilv + 'px' }">
|
||||||
<span class="leftText">执行叉车:</span>
|
<span class="leftText">执行叉车:</span>
|
||||||
<span class="rightText">叉车</span>
|
<span class="rightText">1-01</span>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
Loading…
Reference in New Issue
Block a user