fix: 路由导入文件路径错误

This commit is contained in:
邓伟彬 2022-05-30 15:03:58 +08:00
parent 1400bdf15c
commit 03cf64f4b8
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</template>
<script lang="ts" setup>
import { router } from '/@/router';
import router from '/@/router';
import { reactive, ref } from 'vue';
import { useUserStore } from '/@/store/modules/user';