修改工作流URL
This commit is contained in:
parent
33276e9b3a
commit
b700e7e817
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<iframe
|
<iframe
|
||||||
ref="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"
|
marginwidth="0"
|
||||||
frameborder="no"
|
frameborder="no"
|
||||||
:style="`width: 100%;height:calc(99vh - 60px)`"
|
:style="`width: 100%;height:calc(99vh - 60px)`"
|
||||||
|
Loading…
Reference in New Issue
Block a user