实现敏感词检测后,失败发生邮箱
This commit is contained in:
@@ -587,7 +587,7 @@ async function loadSelectOptions(reset = false) {
|
||||
// 加载资源列表
|
||||
result = await resourceApi.getResourcePage(
|
||||
selectPageParam.value,
|
||||
searchKeyword.value ? { keyword: searchKeyword.value } : undefined
|
||||
searchKeyword.value ? { title: searchKeyword.value } : undefined
|
||||
);
|
||||
} else if (currentBanner.value.linkType === 2) {
|
||||
// 加载课程列表
|
||||
|
||||
Reference in New Issue
Block a user