web iframe结构实现
This commit is contained in:
@@ -51,6 +51,13 @@ window.APP_RUNTIME_CONFIG = {
|
||||
publicImgPath: '/img',
|
||||
publicWebPath: '/',
|
||||
|
||||
// 单点登录配置
|
||||
sso: {
|
||||
platformUrl: '/', // platform 平台地址
|
||||
workcaseUrl: '/workcase', // workcase 服务地址
|
||||
biddingUrl: '/bidding' // bidding 服务地址
|
||||
},
|
||||
|
||||
// 功能开关
|
||||
features: {
|
||||
enableDebug: false,
|
||||
|
||||
8
urbanLifelineWeb/packages/workcase/public/avatar.svg
Normal file
8
urbanLifelineWeb/packages/workcase/public/avatar.svg
Normal 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 |
5
urbanLifelineWeb/packages/workcase/public/favicon.svg
Normal file
5
urbanLifelineWeb/packages/workcase/public/favicon.svg
Normal 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 |
BIN
urbanLifelineWeb/packages/workcase/public/logo.jpg
Normal file
BIN
urbanLifelineWeb/packages/workcase/public/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user