From 332a5ab983bca7f6f1f4916576e391071ba87e95 Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Thu, 13 Jun 2024 11:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=91=98=E5=B7=A5=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +-- src/views/cloudUser/index.vue | 56 +++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index ed7462f..3a6fb5d 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,6 @@ ENV = 'production' VUE_APP_BASE_API = '/prod-api' # VUE_APP_BASE_API = '/test-api' -VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api' -# VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' +# VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api' +VUE_APP_BASE_TARGET = 'http://192.168.0.229:9999' # VUE_APP_BASE_TARGET = 'http://www.keyitest.cn/prod-api' diff --git a/src/views/cloudUser/index.vue b/src/views/cloudUser/index.vue index 675f5f2..eb068b4 100644 --- a/src/views/cloudUser/index.vue +++ b/src/views/cloudUser/index.vue @@ -1,5 +1,48 @@