Compare commits

..

No commits in common. "76483bb4b8206becb8b59367d27cd8eaab4aa5ca" and "864bdac5902283824960bb90646a68d49ca1fc50" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -219,7 +219,7 @@ export default {
// this.$router.push('/')
if (sessionStorage.getItem('param')) {
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
window.location = 'http://zs.main.picaiba.com?' + param
window.location = 'http://192.168.1.103:9527/#/?' + param
}
},
handleAlarm() {},

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zwq
* @LastEditTime: 2022-12-01 10:31:37
* @LastEditTime: 2022-11-28 16:07:41
* @Description:
-->
<template>
@ -69,7 +69,7 @@
<el-col :span="12">
<div class="inTest" :style="{ padding: 9 * beilv + 'px' }">
<span class="leftText">执行叉车:</span>
<span class="rightText">2-03</span>
<span class="rightText">叉车</span>
</div>
</el-col>
<el-col :span="12">
@ -137,7 +137,7 @@
<el-col :span="12">
<div class="outTest" :style="{ padding: 7 * beilv + 'px' }">
<span class="leftText">执行叉车:</span>
<span class="rightText">1-01</span>
<span class="rightText">叉车</span>
</div>
</el-col>
</el-row>