优化代码

This commit is contained in:
RuoYi
2025-05-15 10:01:04 +08:00
parent ebe0df0d37
commit 1428299f55
9 changed files with 11 additions and 13 deletions
-1
View File
@@ -2,7 +2,6 @@
* v-copyText 复制文本内容
* Copyright (c) 2022 ruoyi
*/
export default {
beforeMount(el, { value, arg }) {
if (arg === "callback") {
-1
View File
@@ -2,7 +2,6 @@
* v-hasPermi 操作权限处理
* Copyright (c) 2019 ruoyi
*/
import useUserStore from '@/store/modules/user'
export default {
-1
View File
@@ -2,7 +2,6 @@
* v-hasRole 角色权限处理
* Copyright (c) 2019 ruoyi
*/
import useUserStore from '@/store/modules/user'
export default {