From b2193753812244796a9fc4ca29dbf4e5b557668b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Thu, 17 Aug 2023 09:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/layout/components/Navbar.vue | 115 ++++++++------- src/router/index.js | 106 +++++++------- src/utils/request.js | 237 ++++++++++++++++++------------- vue.config.js | 15 +- 5 files changed, 264 insertions(+), 211 deletions(-) diff --git a/.env.production b/.env.production index e6d5d8f..7062110 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 数据中台系统 ENV = 'production' # 数据中台系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://39.101.188.84:9027' diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 81d0ee0..e3cd161 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,14 +1,23 @@