jinxia.mo 5 일 전
부모
커밋
bd001f3a38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pagesOther/pages/voluntary/detail/detail.vue

+ 1 - 1
src/pagesOther/pages/voluntary/detail/detail.vue

@@ -128,7 +128,7 @@ const handleEdit = async () => {
         return alertAsync('此志愿表已经过期,不能使用修改功能')
     }
     const next = {...prevData.value, callback: MxConst.globalEvents.voluntaryChanged}
-    transferTo('/pages/voluntary/edit/edit', next, null, true)
+    transferTo('/pagesOther/pages/voluntary/edit/edit', next, null, true)
 }
 
 const handleDownload = async () => {