This commit is contained in:
梁州 2025-04-17 14:51:06 +08:00
parent 555ce81fa4
commit 7804781bbe
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ const request = axios.create({
})
// axios.defaults.baseURL = 'http://10.90.36.70:443/wmsServer/wms'
//axios.defaults.baseURL = 'http://localhost:12315/wms'
// axios.defaults.baseURL = 'http://localhost:12315/wms'
// axios.defaults.baseURL = 'https://csclasrs.ecorp.cat.com/wmsServer/wms'
// // request 请求器

View File

@ -105,7 +105,7 @@
<div class="header-row">
<div style=" margin-top: 10px;">
<qrcode-vue
:value="item.name + '&' + item.quantity"
:value="item.name"
:size="100"
:foreground="color"
level="H"