修改工作流URL

This commit is contained in:
xlsea 2024-01-24 10:57:15 +08:00
parent 33276e9b3a
commit b700e7e817

View File

@ -1,7 +1,7 @@
<template>
<iframe
ref="iframe"
:src="`/lib?id=${id}&x1c2Hdd6=${value}`"
:src="`${process.env.VUE_APP_API_BASE_URL}/lib/index.html?id=${id}&x1c2Hdd6=${value}`"
marginwidth="0"
frameborder="no"
:style="`width: 100%;height:calc(99vh - 60px)`"