Compare commits

..

No commits in common. "7a8b15a320cf3106bd2aae65b40b5d547dcb8877" and "6fd2b89fe82b29982179f8e26262f4ee7cc19fc4" have entirely different histories.

3 changed files with 3 additions and 4 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:21624/index01.html?token='+localStorage.getItem('token'), '_blank');
window.open('http://112.29.103.165:21626/index01.html?token='+localStorage.getItem('token'), '_blank');
}
}
};

View File

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