Compare commits

...

4 Commits

Author SHA1 Message Date
76483bb4b8 改地址 2022-12-15 16:52:00 +08:00
ec92abe1bf Merge pull request '更新驾驶舱叉车' (#23) from zwq into master
Reviewed-on: #23
2022-12-01 10:33:13 +08:00
zwq
4f60cbdd52 更新驾驶舱叉车 2022-12-01 10:32:30 +08:00
f3cab73116 Merge pull request '11-wms-zjl' (#22) from 11-wms-zjl into master
Reviewed-on: #22
2022-11-28 16:49:46 +08:00
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://192.168.1.103:9527/#/?' + param
window.location = 'http://zs.main.picaiba.com?' + param
}
},
handleAlarm() {},

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zwq
* @LastEditTime: 2022-11-28 16:07:41
* @LastEditTime: 2022-12-01 10:31:37
* @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">叉车</span>
<span class="rightText">2-03</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">叉车</span>
<span class="rightText">1-01</span>
</div>
</el-col>
</el-row>