From efbd3b0d1781d1f2efd233cdec17dbd7ed37eca6 Mon Sep 17 00:00:00 2001 From: siontion Date: Tue, 9 Apr 2024 18:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=94=B5=E7=AE=B1=20=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E5=B7=A5=E5=8D=95=20=E4=B8=8B=E6=8B=89=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 +- .gitignore | 1 + src/views/Gw/appIPGrade/AppIPGradeForm.vue | 24 +++++++- .../AppQualityInspectionForm.vue | 25 +++++++- .../Gw/boxAppStruct/BoxAppStructForm.vue | 25 +++++++- .../componentInspect/ComponentInspectForm.vue | 25 +++++++- src/views/Gw/daoXian/DaoXianForm.vue | 25 +++++++- .../Gw/elecDistance/ElecDistanceForm.vue | 23 ++++++- src/views/Gw/elecGap/ElecGapForm.vue | 25 +++++++- .../FinishedProductWarehousingForm.vue | 60 +++++++++++++------ .../InsulationResistanceForm.vue | 22 ++++++- .../machineOperation/MachineOperationForm.vue | 24 +++++++- .../PhaseLossProtectionTestingForm.vue | 25 +++++++- .../PowerFrequancyTestingForm.vue | 25 +++++++- .../PowerOperationTestingForm.vue | 25 +++++++- .../ProtectionCircuitForm.vue | 24 +++++++- .../VoltageProtectionForm.vue | 25 +++++++- 17 files changed, 346 insertions(+), 61 deletions(-) diff --git a/.env b/.env index c09b862..6a422c5 100644 --- a/.env +++ b/.env @@ -4,8 +4,8 @@ VITE_PORT=8090 # open 运行 npm run dev 时自动打开浏览 VITE_OPEN=true # 内部测试 -VITE_BASE_URL='http://222.71.165.188:8102' -# VITE_BASE_URL='http://localhost:8102' +# VITE_BASE_URL='http://222.71.165.188:8102' +VITE_BASE_URL='http://localhost:8102' # VITE_BASE_URL='http://192.168.30.3:8102' # 外网测试 # VITE_BASE_URL='http://60.190.91.78:8102' diff --git a/.gitignore b/.gitignore index 38adffa..c190966 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ coverage *.njsproj *.sln *.sw? +.env diff --git a/src/views/Gw/appIPGrade/AppIPGradeForm.vue b/src/views/Gw/appIPGrade/AppIPGradeForm.vue index 7e106b0..d0ba5ba 100644 --- a/src/views/Gw/appIPGrade/AppIPGradeForm.vue +++ b/src/views/Gw/appIPGrade/AppIPGradeForm.vue @@ -26,8 +26,13 @@ --> +