From 6bfce93f3fc1459e92f35c5122f566fd5b882354 Mon Sep 17 00:00:00 2001 From: sy2084 Date: Tue, 29 Oct 2024 13:41:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=8D=E5=8E=9F=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- components.d.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 38669de..e112d1d 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ VITE_NODE_ENV = prod VITE_OA_BASEURL = https://oa.shiyuegame.com -# VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com -VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com:19998 +VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com +# VITE_YCODE_BASEURL = https://custom-chart-api.shiyuegame.com:19998 VITE_YCODE_BASEURL_FRONT = https://custom-chart.shiyuegame.com diff --git a/components.d.ts b/components.d.ts index 8bc14c1..d55d6f3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -18,6 +18,7 @@ declare module 'vue' { AFloatButton: typeof import('ant-design-vue/es')['FloatButton'] AForm: typeof import('ant-design-vue/es')['Form'] AFormItem: typeof import('ant-design-vue/es')['FormItem'] + AImage: typeof import('ant-design-vue/es')['Image'] AInput: typeof import('ant-design-vue/es')['Input'] AInputNumber: typeof import('ant-design-vue/es')['InputNumber'] AInputPassword: typeof import('ant-design-vue/es')['InputPassword']