提交 744e9dd5 authored 作者: 钟是志's avatar 钟是志

二维码组件修改

上级 6045d138
...@@ -360,7 +360,8 @@ export function handleColumns(columns) { ...@@ -360,7 +360,8 @@ export function handleColumns(columns) {
text = JSON.parse(text); text = JSON.parse(text);
} }
if (item.extendType === 'qrCode' && text && typeof text === 'string') { if (item.extendType === 'qrCode' && text && typeof text === 'string') {
let url = text.includes('http') ? text : config.gateWayPort + text; let url = text.replace('{window.location.origin}', config.gateWayPort);
console.log(url);
const clickUrl = () => { const clickUrl = () => {
Modal.info({ Modal.info({
title: item.title, title: item.title,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论