feat: 更新 VITE_API_URL 至生产环境地址,移除不必要的 showToast 导入

This commit is contained in:
2026-03-08 19:16:36 +07:00
parent 87cc321277
commit 129fd3660e
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
VITE_API_URL=http://192.168.1.2:9538
VITE_API_URL=https://capp-api.riwsan.com

1
auto-imports.d.ts vendored
View File

@@ -451,7 +451,6 @@ declare module 'vue' {
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
readonly showToast: UnwrapRef<typeof import('vant/es')['showToast']>
readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>