From 269f6ac8c7d1c3f9615996b76c5a1ed5ea3e2699 Mon Sep 17 00:00:00 2001 From: wangzeyan <258785420@qq.com> Date: Fri, 23 May 2025 10:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E4=B8=B4=E6=97=B6=E4=BF=9D?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/.env.development | 2 +- admin/auto-imports.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 85db1e27..819eabb4 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -1,5 +1,5 @@ # api请求地址 -VITE_APP_BASE_URL='http://zhjwxt.cc/adminapi/' +VITE_APP_BASE_URL='http://zhjwxt.test/adminapi/' # 图片服务器地址 VITE_IMG_DOMAIN='' diff --git a/admin/auto-imports.d.ts b/admin/auto-imports.d.ts index 08908edd..a51b7a66 100644 --- a/admin/auto-imports.d.ts +++ b/admin/auto-imports.d.ts @@ -1,5 +1,5 @@ // Generated by 'unplugin-auto-import' export {} declare global { - + const ElNotification: typeof import('element-plus/es')['ElNotification'] }