mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 09:26:46 +08:00
测试
This commit is contained in:
@@ -390,9 +390,8 @@ watch(()=>trueFalse.value,(val)=>{
|
||||
watch(()=>errorData.value,(val)=>{
|
||||
if(val.data == null){
|
||||
ElMessage.error(val.msg)
|
||||
router.push({
|
||||
path: '/uc/study/task'
|
||||
})
|
||||
const newUrl = `${location.href}?navigate=/uc/study/task`;
|
||||
window.location.replace(newUrl);
|
||||
}
|
||||
},{deep:true})
|
||||
const tableRankData = ref([])
|
||||
|
||||
Reference in New Issue
Block a user