国际化

This commit is contained in:
John
2024-03-09 02:34:09 +08:00
parent e702b1bc7f
commit 304421281f
7 changed files with 203 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<j-nav-bar/>
<div ref="root" class="frame" style="height: calc(100vh - 50px - 46px)">
<!-- <j-nav-bar/>-->
<div ref="root" class="frame" style="height: calc(100vh - 50px)">
<iframe :src="iframeSrc" class="frame-iframe" ref="frameRef"></iframe>
</div>
</template>