From 4dc541da859cb959ba916397cbc9842c6a394a18 Mon Sep 17 00:00:00 2001
From: Cxx0822 <1556464090@qq.com>
Date: Sat, 14 Feb 2026 16:55:52 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E5=AD=98=E5=82=A8=E6=A8=A1=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
nginx.conf | 6 +-
src/components/Bill/BillDialog.vue | 235 ------------------
src/components/Food/Data/FoodRecordData.vue | 7 +-
src/components/Food/Data/FoodStepData.vue | 3 +-
src/components/Food/FoodCard.vue | 6 +-
src/components/Food/Form/FoodStepDialog.vue | 73 +++++-
src/components/Food/Form/FoodStepForm.vue | 3 +-
src/components/Journal/JournalCard.vue | 7 +-
src/components/Product/ProductCard.vue | 7 +-
.../Travel/Data/TravelRecordData.vue | 6 +-
.../Travel/Form/TravelRecordDialog.vue | 106 --------
src/components/Travel/TravelCard.vue | 12 +-
src/utils/element/elUpload.ts | 10 +-
src/utils/index.ts | 12 +-
src/views/bill/detail[id].vue | 77 +++++-
src/views/food/recordForm.vue | 5 +-
src/views/food/timeline.vue | 7 +-
src/views/journal/detail[id].vue | 4 +-
src/views/ledger/detail[id].vue | 4 +-
src/views/product/detail[id].vue | 25 +-
src/views/profile/index.vue | 7 +-
src/views/profile/info.vue | 83 ++++++-
src/views/travel/recordForm.vue | 87 +++++--
vite.config.ts | 9 +-
24 files changed, 333 insertions(+), 468 deletions(-)
delete mode 100644 src/components/Bill/BillDialog.vue
delete mode 100644 src/components/Travel/Form/TravelRecordDialog.vue
diff --git a/nginx.conf b/nginx.conf
index 004adb9..03f81b1 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -27,7 +27,11 @@ server {
proxy_pass http://host.docker.internal:8082/;
}
+ location /image-api/ {
+ proxy_pass http://host.docker.internal:3000/;
+ }
+
location / {
try_files $uri $uri/ =404;
}
-}
\ No newline at end of file
+}
diff --git a/src/components/Bill/BillDialog.vue b/src/components/Bill/BillDialog.vue
deleted file mode 100644
index 0f3f05c..0000000
--- a/src/components/Bill/BillDialog.vue
+++ /dev/null
@@ -1,235 +0,0 @@
-
-