xia 4 年之前
父節點
當前提交
584f63cce0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/put/landing/add.vue

+ 1 - 1
src/views/put/landing/add.vue

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