添加忘记密码
This commit is contained in:
@@ -9,62 +9,62 @@ export class StateManager {
|
||||
constructor(options) {
|
||||
this.vueFlow = options.vueFlow
|
||||
this.nodes = ref<any[]>([
|
||||
{
|
||||
id: '1',
|
||||
type: 'InputNode',
|
||||
class: 'custom-node start',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'to-real-style' }
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'scene-composition' }
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'color-palette' }
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'to-video' }
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'to-3d-model' }
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'to-cad' }
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'add-print' }
|
||||
},
|
||||
{
|
||||
id: '8',
|
||||
type: 'SecondaryNode',
|
||||
class: 'custom-node',
|
||||
position: { x: 0, y: 0 },
|
||||
data: { component: card, type: 'edit-material' }
|
||||
}
|
||||
// {
|
||||
// id: '1',
|
||||
// type: 'InputNode',
|
||||
// class: 'custom-node start',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'to-real-style' }
|
||||
// },
|
||||
// {
|
||||
// id: '2',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'scene-composition' }
|
||||
// },
|
||||
// {
|
||||
// id: '3',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'color-palette' }
|
||||
// },
|
||||
// {
|
||||
// id: '4',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'to-video' }
|
||||
// },
|
||||
// {
|
||||
// id: '5',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'to-3d-model' }
|
||||
// },
|
||||
// {
|
||||
// id: '6',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'to-cad' }
|
||||
// },
|
||||
// {
|
||||
// id: '7',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'add-print' }
|
||||
// },
|
||||
// {
|
||||
// id: '8',
|
||||
// type: 'SecondaryNode',
|
||||
// class: 'custom-node',
|
||||
// position: { x: 0, y: 0 },
|
||||
// data: { component: card, type: 'edit-material' }
|
||||
// }
|
||||
]);
|
||||
|
||||
this.edges = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user