mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
no message
This commit is contained in:
parent
678dfd2d5c
commit
cf4894b7c3
@ -2270,4 +2270,5 @@ AI 分析已更新
|
|||||||
归档失败,请稍后再试
|
归档失败,请稍后再试
|
||||||
|
|
||||||
请输入 URL
|
请输入 URL
|
||||||
URL不能为空
|
URL不能为空
|
||||||
|
仅管理员可使用此功能
|
||||||
@ -22,6 +22,7 @@ export default {
|
|||||||
// iframe 测试
|
// iframe 测试
|
||||||
if (name === 'iframe-test') {
|
if (name === 'iframe-test') {
|
||||||
if (!this.userIsAdmin) {
|
if (!this.userIsAdmin) {
|
||||||
|
$A.modalError("仅管理员可使用此功能")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let {url} = this.$route.query;
|
let {url} = this.$route.query;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user