no message

This commit is contained in:
kuaifan 2025-11-27 02:24:40 +00:00
parent 678dfd2d5c
commit cf4894b7c3
2 changed files with 3 additions and 1 deletions

View File

@ -2270,4 +2270,5 @@ AI 分析已更新
归档失败,请稍后再试
请输入 URL
URL不能为空
URL不能为空
仅管理员可使用此功能

View File

@ -22,6 +22,7 @@ export default {
// iframe
if (name === 'iframe-test') {
if (!this.userIsAdmin) {
$A.modalError("仅管理员可使用此功能")
return
}
let {url} = this.$route.query;