fix:修改utils

This commit is contained in:
MTrun
2021-12-20 14:29:29 +08:00
parent 8dc4769b64
commit d388bea7bd
20 changed files with 121 additions and 100 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
<script lang="ts" setup>
import { h, ref } from 'vue'
import { NAvatar, NText } from 'naive-ui'
import { renderIcon } from '@/utils/index'
import { openDoc, logout } from '@/utils/page'
import { renderIcon } from '@/utils'
import { openDoc, logout } from '@/utils'
import {
Person as PersonIcon,
LogOutOutline as LogOutOutlineIcon,