Compare commits

6 Commits

Author SHA1 Message Date
ef9203ddb8 Merge pull request '改地址2' (#25) from 11-wms-zjl into master
Reviewed-on: #25
2022-12-15 18:29:31 +08:00
3aa4572ed4 改地址2 2022-12-15 18:28:14 +08:00
be84eb46ea Merge pull request '改地址' (#24) from 11-wms-zjl into master
Reviewed-on: #24
2022-12-15 16:58:34 +08:00
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
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://main.cnbmai.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>