refactor: 优化组件名称

This commit is contained in:
2024-04-20 22:25:27 +08:00
parent 124674c530
commit 9ea7c5d8f3
13 changed files with 12 additions and 12 deletions

View File

@@ -13,8 +13,8 @@
</template>
<script setup lang="ts">
import LoginLog from './LoginLog.vue'
import OperationLog from './OperationLog.vue'
import LoginLog from './login/index.vue'
import OperationLog from './operation/index.vue'
const route = useRoute()
const router = useRouter()

View File

@@ -51,7 +51,7 @@ import { useUserStore } from '@/stores'
import { useTable } from '@/hooks'
import { isMobile } from '@/utils'
defineOptions({ name: 'OnlineUser' })
defineOptions({ name: 'MonitorOnline' })
const columns: TableInstanceColumns[] = [
{