From 25790f7fb954725072149455dd641e2f8853c5e6 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 3 Jul 2024 13:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E4=BB=BB=E5=8A=A1=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 +- .env.staging | 3 +- src/views/task/list/articleview.vue | 18 +- src/views/task/list/components/checkUnit.vue | 211 +++++++++++-------- src/views/task/list/unit.vue | 49 ++--- vue.config.js | 4 +- 7 files changed, 166 insertions(+), 125 deletions(-) diff --git a/.env.development b/.env.development index f15a303..30090c1 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,6 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://safety.115.langye.net/' +VUE_APP_BASE_API = 'http://192.168.60.99:8001/' #VUE_APP_BASE_API = http://192.168.60.99:9001/ diff --git a/.env.production b/.env.production index 39c9fdb..2b6fa3f 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -#VUE_APP_BASE_API = http://192.168.60.99:9001/ +VUE_APP_BASE_API = http://192.168.60.99:9001/ -VUE_APP_BASE_API = 'http://safety.115.langye.net/' +#VUE_APP_BASE_API = 'http://192.168.60.99:8001/' diff --git a/.env.staging b/.env.staging index a8793a0..7d2fb0c 100644 --- a/.env.staging +++ b/.env.staging @@ -4,5 +4,6 @@ NODE_ENV = production ENV = 'staging' # base api -VUE_APP_BASE_API = '/stage-api' +#VUE_APP_BASE_API = '/stage-api' +VUE_APP_BASE_API = 'http://192.168.60.99:8001/' diff --git a/src/views/task/list/articleview.vue b/src/views/task/list/articleview.vue index 5bbc076..a069ae8 100644 --- a/src/views/task/list/articleview.vue +++ b/src/views/task/list/articleview.vue @@ -34,7 +34,7 @@ @@ -50,14 +50,16 @@ - + +