From 129fd3660e265e25dcafeb861a42d17b3f70c1b8 Mon Sep 17 00:00:00 2001 From: Seven Date: Sun, 8 Mar 2026 19:16:36 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20VITE=5FAPI=5FURL?= =?UTF-8?q?=20=E8=87=B3=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=20showToast=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- auto-imports.d.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 3cc5181..65273e7 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_API_URL=http://192.168.1.2:9538 \ No newline at end of file +VITE_API_URL=https://capp-api.riwsan.com \ No newline at end of file diff --git a/auto-imports.d.ts b/auto-imports.d.ts index d2b2d2f..b0deb4b 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -451,7 +451,6 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef - readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef readonly syncRefs: UnwrapRef