fix
This commit is contained in:
@@ -17,8 +17,8 @@ export const NODE_DATATYPE = {
|
||||
SURFACE_EDIT: 'surface-edit',
|
||||
SCENE_COMPOSITION: 'scene-composition',
|
||||
COLOR_PALETTE: 'color-palette',
|
||||
TO_3VIEW: 'to-3view',
|
||||
TO_3D_MODEL: 'to-3d-model',
|
||||
TO_3VIEW: 'to-3view',
|
||||
}
|
||||
/**
|
||||
* 节点数据层级
|
||||
@@ -30,6 +30,6 @@ export const NODE_DATATIER = {
|
||||
SURFACE_EDIT: 1,
|
||||
SCENE_COMPOSITION: 2,
|
||||
COLOR_PALETTE: 2,
|
||||
TO_3VIEW: 2,
|
||||
TO_3D_MODEL: 3,
|
||||
TO_3D_MODEL: 2,
|
||||
TO_3VIEW: 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user