From 79a9620b98c4be25075121ba0c9ab6fbaa01367d Mon Sep 17 00:00:00 2001 From: TiaStars Date: Tue, 24 Oct 2023 17:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BA=A6=E8=B0=88=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=9A=84=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/layout/components/Sidebar/Logo.vue | 4 +- src/views/tcZz/netManage/gzdt/index.vue | 9 +- src/views/tcZz/netManage/ytlc/index.vue | 148 ++++++++++-------------- 4 files changed, 74 insertions(+), 89 deletions(-) diff --git a/.env.development b/.env.development index 560378b..b99a734 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 数据中台系统 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://localhost:9035' +VUE_APP_BASE_API = 'http://39.101.188.84:9035' # VUE_APP_BASE_API = 'https://vue.ruoyi.vip/prod-api' # 路由懒加载 diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 2774cc8..c87c85f 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -1,11 +1,11 @@