mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-14 04:57:12 +08:00
refactor: 优化组件名称
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user