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