umbrella22

修正拼写错误

...@@ -177,7 +177,7 @@ class MainInit { ...@@ -177,7 +177,7 @@ class MainInit {
177 }) 177 })
178 } 178 }
179 // 加载窗口函数 179 // 加载窗口函数
180 - loadindWindow(loadingURL: string) { 180 + loadingWindow(loadingURL: string) {
181 this.loadWindow = new BrowserWindow({ 181 this.loadWindow = new BrowserWindow({
182 width: 400, 182 width: 400,
183 height: 600, 183 height: 600,
...@@ -199,7 +199,7 @@ class MainInit { ...@@ -199,7 +199,7 @@ class MainInit {
199 // 初始化窗口函数 199 // 初始化窗口函数
200 initWindow() { 200 initWindow() {
201 if (config.UseStartupChart) { 201 if (config.UseStartupChart) {
202 - return this.loadindWindow(this.shartURL) 202 + return this.loadingWindow(this.shartURL)
203 } else { 203 } else {
204 return this.createMainWindow() 204 return this.createMainWindow()
205 } 205 }
......