web iframe结构实现

This commit is contained in:
2025-12-13 14:13:31 +08:00
parent e002f0d989
commit 1776aa2d1e
53 changed files with 3280 additions and 275 deletions

View File

@@ -51,6 +51,13 @@ window.APP_RUNTIME_CONFIG = {
publicImgPath: '/img',
publicWebPath: '/',
// 单点登录配置
sso: {
platformUrl: '/', // platform 平台地址
workcaseUrl: '/workcase', // workcase 服务地址
biddingUrl: '/bidding' // bidding 服务地址
},
// 功能开关
features: {
enableDebug: false,

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="50" fill="#ffe4c4"/>
<circle cx="50" cy="38" r="18" fill="#ffd1a1"/>
<ellipse cx="50" cy="75" rx="28" ry="20" fill="#ff6b6b"/>
<circle cx="38" cy="35" r="3" fill="#333"/>
<circle cx="62" cy="35" r="3" fill="#333"/>
<path d="M42 48 Q50 55 58 48" stroke="#333" stroke-width="2" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 399 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" rx="20" fill="#7c3aed"/>
<path d="M30 70V40h10v30H30zm15-30h10v30H45V40zm15 0h10v30H60V40z" fill="white"/>
<rect x="25" y="30" width="50" height="5" rx="2" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB