|
@@ -65,7 +65,10 @@ const pubMsg = async () => {
|
|
|
isLock.value = false
|
|
|
pub_visible.value = false
|
|
|
//开始跳转到页面测试记录页面
|
|
|
- router.push({ name: 'popularizationScience' })
|
|
|
+ // router.push({ name: 'popularizationScience' })
|
|
|
+ router.push({ name: 'testRecord' })
|
|
|
+ //修改需求后看不见更多测试了----需要跳转到测试结果页面
|
|
|
+
|
|
|
} else {
|
|
|
ElMessage({
|
|
|
message: res.msg,
|
|
@@ -76,7 +79,8 @@ const pubMsg = async () => {
|
|
|
}
|
|
|
//点击关闭弹出框
|
|
|
const colseMessage = () => {
|
|
|
- router.push({ name: 'popularizationScience' })
|
|
|
+ // router.push({ name: 'popularizationScience' })
|
|
|
+ router.push({ name: 'testRecord' })
|
|
|
}
|
|
|
defineExpose({ open })
|
|
|
</script>
|