소스 검색

修改评测页面跳转地址

shmily1213 4 주 전
부모
커밋
8a7b58266d

+ 1 - 1
src/pagesOther/pages/test-center/mental-health/history.vue

@@ -28,7 +28,7 @@ const handleQuery = (pageNum, pageSize) => {
 
 const goReport = (row) => {
     const next = {testType: MxConst.enum.mentalHealthTestType, examineeId: row.examineeId}
-    transferTo('/pages/test-center/mental-health/report', next)
+    transferTo('/pagesOther/pages/test-center/mental-health/report', next)
 }
 </script>
 

+ 2 - 2
src/pagesOther/pages/test-center/mental-health/mental-health.vue

@@ -38,10 +38,10 @@ const btnBinding = {
 
 const goForm = () => {
     const next = {testType: MxConst.enum.mentalHealthTestType}
-    transferTo('/pages/test-center/mental-health/paper', next)
+    transferTo('/pagesOther/pages/test-center/mental-health/paper', next)
 }
 const goHistory = () => {
-    transferTo('/pages/test-center/mental-health/history')
+    transferTo('/pagesOther/pages/test-center/mental-health/history')
 }
 </script>
 

+ 1 - 1
src/pagesOther/pages/test-center/mental-health/paper.vue

@@ -42,7 +42,7 @@ onMounted(async () => {
 
 paperService.onAnswerComplete(async () => {
     // 心理测评不需要阅卷过程,直接进入报告页
-    const url = '/pages/test-center/mental-health/report'
+    const url = '/pagesOther/pages/test-center/mental-health/report'
     const params = {
         testType: prevData.value.testType,
         examineeId: paperData.value.examineeId