mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 04:46:48 +08:00
fix: 解决提交作业重复提交问题
This commit is contained in:
@@ -321,10 +321,10 @@ const postAdd = () => {
|
||||
return ElMessage.warning("评论标题为空");
|
||||
}
|
||||
loading.value = ElLoading.service({
|
||||
lock: true,
|
||||
text: "Loading",
|
||||
background: "rgba(0, 0, 0, 0.7)",
|
||||
});
|
||||
lock: true,
|
||||
text: "Loading",
|
||||
background: "rgba(0, 0, 0, 0.7)",
|
||||
});
|
||||
console.log('用户信息', userInfo.value)
|
||||
let obj = {
|
||||
"collectionNum": 0,
|
||||
|
||||
Reference in New Issue
Block a user