From ff060b898162f813d33db4c166170a0c870fcbcc Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 14 Apr 2022 22:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=20=E9=87=8D=E5=86=99=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=80=BB=E8=BE=91,=E7=9B=AE=E5=89=8D=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E4=BA=86=E4=B8=80=E5=8D=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/api/sys/model/userModel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/kicc-ui/src/api/sys/model/userModel.ts b/kicc-ui/src/api/sys/model/userModel.ts index 2cc32990..24d79620 100644 --- a/kicc-ui/src/api/sys/model/userModel.ts +++ b/kicc-ui/src/api/sys/model/userModel.ts @@ -1,7 +1,6 @@ /** * @description: Login interface parameters */ -import {string} from "vue-types"; export interface LoginParams { username: string;