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()