fix: 修复工作流无法访问
This commit is contained in:
parent
3d2c6bc301
commit
e1f063bb3d
@ -81,7 +81,7 @@ onActivated(() => {
|
|||||||
<iframe
|
<iframe
|
||||||
ref="iframeRef"
|
ref="iframeRef"
|
||||||
class="size-full"
|
class="size-full"
|
||||||
:src="`${mode === 'prod' ? baseUrl : ''}/lib/index.html?id=${id}&mode=${mode}&x1c2Hdd6=${value}`"
|
:src="`${mode === 'prod' ? baseUrl : '/'}lib/index.html?id=${id}&mode=${mode}&x1c2Hdd6=${value}`"
|
||||||
/>
|
/>
|
||||||
</NSpin>
|
</NSpin>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user