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,