优化代码

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

View File

@@ -2,7 +2,6 @@
* v-copyText 复制文本内容
* Copyright (c) 2022 ruoyi
*/
export default {
beforeMount(el, { value, arg }) {
if (arg === "callback") {

View File

@@ -2,7 +2,6 @@
* v-hasPermi 操作权限处理
* Copyright (c) 2019 ruoyi
*/
import useUserStore from '@/store/modules/user'
export default {

View File

@@ -2,7 +2,6 @@
* v-hasRole 角色权限处理
* Copyright (c) 2019 ruoyi
*/
import useUserStore from '@/store/modules/user'
export default {