From 5967f66e6d0add90ae295115de50157a7580f190 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 5 Oct 2025 15:01:35 +0800 Subject: [PATCH] chore: 1 --- .../certd-client/src/views/framework/home/dashboard/index.vue | 1 - packages/ui/certd-client/vite.config.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue index 69a6b8103..9bcffe56c 100644 --- a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue +++ b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue @@ -193,7 +193,6 @@ async function loadLatestVersion() { const minVersion = settingsStore.productInfo?.app?.minVersion; if (minVersion) { - debugger; if (isNewVersion(version.value, minVersion)) { notification.error({ message: settingsStore.productInfo?.app?.minVersionTip ?? "版本过低,为了您的数据安全,请尽快升级", diff --git a/packages/ui/certd-client/vite.config.ts b/packages/ui/certd-client/vite.config.ts index 2253e0219..2064aa524 100644 --- a/packages/ui/certd-client/vite.config.ts +++ b/packages/ui/certd-client/vite.config.ts @@ -86,7 +86,7 @@ export default ({ command, mode }) => { }, server: { host: "0.0.0.0", - port: 3008, + port: 13008, fs: devServerFs, allowedHosts: ["localhost", "127.0.0.1", "yfy.docmirror.cn"], proxy: {