fix(profile): migrate to code128
This commit is contained in:
parent
25c2a170bc
commit
762454a086
@ -491,7 +491,7 @@ const { t } = useI18n()
|
||||
function textToBase64Barcode(text) {
|
||||
const canvas = document.createElement("canvas");
|
||||
let codeconfig = {
|
||||
bcid: config.code_format || "code39",
|
||||
bcid: config.code_format || "code128",
|
||||
text: `${text}`,
|
||||
scale: 3,
|
||||
includetext: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user