@@ -31,7 +31,7 @@ const LandingAddPage = defineComponent({
},
setup() {
const state = reactive({
- stepCurrent: 1,
+ stepCurrent: 0,
stepComponent: ["step-one", "step-two"]
});