|
@@ -570,7 +570,7 @@ const handlePrint = (row) => {
|
|
|
key = key.padStart(3, "0");
|
|
|
let obj = {
|
|
|
productSn: code + "-" + key,
|
|
|
- url: "139.9.102.170:10021/jxst/pro/qr?sn=" + code + "-" + key,
|
|
|
+ url: "139.9.102.170:10020/jxst/pro/qr?sn=" + code + "-" + key,
|
|
|
};
|
|
|
arr.push(obj);
|
|
|
}
|