|
@@ -124,7 +124,7 @@ import playerImage from '@/assets/images/blockly/user.png';
|
|
|
|
|
|
|
|
// 游戏接口数据
|
|
// 游戏接口数据
|
|
|
import { getMapGameById } from '@/api/blockly/game.js';
|
|
import { getMapGameById } from '@/api/blockly/game.js';
|
|
|
-import { BLOCKLY_MAP_TYPE_DICT, BLOCKLY_CUSTOMIZE_DICT } from '@/api/blockly/blockly.js';
|
|
|
|
|
|
|
+import { BLOCKLY_MAP_TYPE_DICT } from '@/api/blockly/blockly.js';
|
|
|
|
|
|
|
|
// 配置常量
|
|
// 配置常量
|
|
|
const CONFIG = {
|
|
const CONFIG = {
|