新增开放平台

This commit is contained in:
gyq
2024-02-20 09:56:17 +08:00
parent b32c47c176
commit 64c0ec97c9
20 changed files with 782 additions and 313 deletions

View File

@@ -0,0 +1,13 @@
<template>
<iframe src="http://openplat.sxczgkj.cn/" class="iframe"></iframe>
</template>
<style scoped lang="scss">
.iframe {
border: none;
width: 100%;
height: 99%;
border-radius: 14px;
box-sizing: border-box;
}
</style>