fix: 移除router中未使用的authApi导入

This commit is contained in:
2026-05-26 11:43:07 +08:00
parent 0a746a3139
commit 0635add4e3
+1 -1
View File
@@ -1,5 +1,5 @@
import { createRouter, createWebHistory } from 'vue-router'
import { systemApi, authApi } from '../api'
import { systemApi } from '../api'
const routes = [
{