fix(burn-upload): 修复 Boards 模块未导入导致的 ReferenceError
This commit is contained in:
@@ -11,6 +11,7 @@ goog.loadJs('web', () => {
|
||||
goog.require('Mixly.Workspace');
|
||||
goog.require('Mixly.MString');
|
||||
goog.require('Mixly.LayerProgress');
|
||||
goog.require('Mixly.Boards');
|
||||
goog.require('Mixly.WebSocket.Serial');
|
||||
goog.provide('Mixly.WebSocket.BU');
|
||||
|
||||
@@ -23,6 +24,7 @@ goog.loadJs('web', () => {
|
||||
Workspace,
|
||||
MString,
|
||||
LayerProgress,
|
||||
Boards,
|
||||
WebSocket
|
||||
} = Mixly;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user