This commit is contained in:
张成
2025-10-28 11:32:33 +08:00
parent e66dd4430c
commit b101f49048
2 changed files with 0 additions and 86 deletions

View File

@@ -86,9 +86,6 @@ class AdminFramework {
}
/**
* Create app with simplified API (推荐使用)
* @param {Object} config - application config
@@ -195,7 +192,6 @@ class AdminFramework {
// Expose to global for debugging
if (typeof window !== 'undefined') {
window.app = app
window.rootVue = app
window.framework = framework
}