diff --git a/frontend/src/system/index.ts b/frontend/src/system/index.ts index 682e0b9..61977d0 100644 --- a/frontend/src/system/index.ts +++ b/frontend/src/system/index.ts @@ -311,8 +311,8 @@ export class System { ); } if (typeof options.window.content !== 'string') { - //console.log('提交') - options.window.content = markRaw(options.window.content); + console.log('index.ts:', options.window.content) + //options.window.content = markRaw(options.window.content); } // console.log(options.window) // console.log(options.name) diff --git a/frontend/src/system/menu/Tary.ts b/frontend/src/system/menu/Tary.ts index 41a1160..c570bf0 100644 --- a/frontend/src/system/menu/Tary.ts +++ b/frontend/src/system/menu/Tary.ts @@ -18,7 +18,8 @@ export class Tray { if (typeof options.image === 'string') { this.image = options.image; } else { - this.image = markRaw(options.image); + //this.image = markRaw(options.image); + console.log('tary.ts:', options.image) } if (typeof options.component === 'string') { this.component = options.component;