Compare commits

...

2 Commits

Author SHA1 Message Date
zhouzy062 7a8b15a320 Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev 2024-04-02 16:02:25 +08:00
zhouzy062 eead748fae 宁夏打包发布0402 2024-04-02 16:02:22 +08:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
const qrUrl = 'http://192.168.0.14:21624/qrCode/qrCodePage?qrCode='; //测试
// const qrUrl = 'http://192.168.0.14:21624/qrCode/qrCodePage?qrCode='; //测试
// const qrUrl = 'http://112.29.103.165:21626/qrCode/qrCodePage?qrCode='; //重庆
// const qrUrl = 'http://112.29.103.165:21624/qrCode/qrCodePage?qrCode='; //宁夏
const qrUrl = 'http://112.29.103.165:21624/qrCode/qrCodePage?qrCode='; //宁夏
// const qrUrl = 'https://z.csgmall.com.cn/gl/qrCode/qrCodePage?qrCode='; //南网

View File

@ -16,7 +16,7 @@
},
methods: {
openNewWindow() {
window.open('http://112.29.103.165:21626/index01.html?token='+localStorage.getItem('token'), '_blank');
window.open('http://112.29.103.165:21624/index01.html?token='+localStorage.getItem('token'), '_blank');
}
}
};

View File

@ -83,6 +83,7 @@
size="mini"
@click="handleExport"
>导出</el-button>
<span style="margin-left: 20px;color: red;">保有量=在库+在用+在修+修试后待入库</span>
</el-form-item>
</el-form>