宁夏打包发布0402

This commit is contained in:
zhouzy062 2024-04-02 16:02:22 +08:00
parent 111ac4ab8f
commit eead748fae
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: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='; //南网 // const qrUrl = 'https://z.csgmall.com.cn/gl/qrCode/qrCodePage?qrCode='; //南网

View File

@ -16,7 +16,7 @@
}, },
methods: { methods: {
openNewWindow() { 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" size="mini"
@click="handleExport" @click="handleExport"
>导出</el-button> >导出</el-button>
<span style="margin-left: 20px;color: red;">保有量=在库+在用+在修+修试后待入库</span>
</el-form-item> </el-form-item>
</el-form> </el-form>