From 096f17954f2c4771be0ee6e02a1455c2e36be93d Mon Sep 17 00:00:00 2001 From: gzt Date: Wed, 11 Dec 2024 20:44:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AF=B9=E4=BA=8B=E4=BB=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91=E8=BF=9B=E8=A1=8C=E8=A1=A5=E5=85=85?= =?UTF-8?q?=EF=BC=9B=E7=9B=AE=E5=89=8D=E8=BF=98=E7=BC=BA=E5=B0=91=E5=AF=B9?= =?UTF-8?q?=E8=AF=95=E7=AE=A1=E6=9E=B6=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E7=9A=84=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=9B=E5=A2=9E=E5=8A=A0=E4=BA=86=E4=B8=80=E4=BA=9B=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=94=A8=E4=BA=8E=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF=E4=BA=8B=E4=BB=B6=E5=92=8C=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E4=BA=8B=E4=BB=B6=EF=BC=9B=E9=A1=B9=E7=9B=AE=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=BE=85=E4=BC=98=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- src/App.vue | 12 +- src/pages/Index/History.vue | 2 +- src/pages/Index/Index.vue | 199 +++++++++++++-------- src/pages/Index/Regular.vue | 2 +- src/pages/Index/Regular/Consumables.vue | 30 +--- .../components/Consumables/MoveLiquidArea.vue | 43 +++-- src/services/Index/Test-tube/test-tube.ts | 6 +- src/services/Index/idCard.ts | 2 +- src/services/Index/init.ts | 24 ++- src/store/modules/consumables.ts | 8 +- src/style.css | 8 +- 关于初始化程序的逻辑说明.txt | 13 ++ 14 files changed, 212 insertions(+), 141 deletions(-) create mode 100644 关于初始化程序的逻辑说明.txt diff --git a/.env.development b/.env.development index 618a7db..41c0026 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ VITE_USE_MOCK=true # VITE_API_BASE_URL=http://localhost:5173 -VITE_API_BASE_URL=http://127.0.0.1:8081 +VITE_API_BASE_URL=http://127.0.0.1:8080 diff --git a/.env.production b/.env.production index 8c63f70..7bae5d3 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ VITE_USE_MOCK=false # VITE_API_BASE_URL=http://localhost:5173 -VITE_API_BASE_URL=http://127.0.0.1:8081 +VITE_API_BASE_URL=http://127.0.0.1:8080 # http://127.0.0.1:8081 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 53b5864..655fc44 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,14 @@