From afbe0581117e45f6a886e2e04758b654dd292c9b Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 16 Feb 2025 20:18:10 +0800 Subject: [PATCH] =?UTF-8?q?build=E7=94=9F=E4=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=97=B6=E4=BF=AE=E6=AD=A3=E4=BA=86=E8=8B=A5=E5=B9=B2=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/authService.ts | 2 +- src/components/EditUserDialog.vue | 2 +- src/main.ts | 4 ++-- src/router/index.ts | 2 +- src/views/LoginPage.vue | 1 - src/views/ManagePage.vue | 5 +---- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/api/authService.ts b/src/api/authService.ts index 3a94daf..ea22d3c 100644 --- a/src/api/authService.ts +++ b/src/api/authService.ts @@ -1,5 +1,5 @@ import apiClient from './axiosInstance'; -import type { TokenResponse, HTTPValidationError } from './types'; +import type { TokenResponse } from './types'; const API_BASE_URL = '/auth'; diff --git a/src/components/EditUserDialog.vue b/src/components/EditUserDialog.vue index 29a1a24..b4ea57a 100644 --- a/src/components/EditUserDialog.vue +++ b/src/components/EditUserDialog.vue @@ -29,7 +29,7 @@