mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-25 18:40:25 +08:00
refactor: 操作日志信息完善等
This commit is contained in:
@@ -362,7 +362,7 @@ const getThemeConfig: any = computed(() => {
|
||||
return store.state.themeConfig.themeConfig;
|
||||
});
|
||||
|
||||
let monacoEditor = {} as editor.IStandaloneCodeEditor;
|
||||
let monacoEditor: editor.IStandaloneCodeEditor = null;
|
||||
let completionItemProvider: any = null;
|
||||
|
||||
self.MonacoEnvironment = {
|
||||
|
||||
Reference in New Issue
Block a user