From 1069809d069de93e4dee9234b8505b7d879dd0bc Mon Sep 17 00:00:00 2001 From: JayChou Date: Wed, 6 Nov 2024 09:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=90=8E=E5=8F=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 3 ++- src/Layout/tabbar/index.vue | 39 ++++++++++++++++++++++++------------- 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/.env.development b/.env.development index f8cb47e..c1c0793 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,5 @@ NODE_ENV = 'development' VITE_APP_TITLE = '教学一体化平台' VITE_APP_BASE_API = 'http://127.0.0.1:8080' -# VITE_APP_BASE_API = 'http://10.100.200.177:8080' \ No newline at end of file +# VITE_APP_BASE_API = 'http://10.100.200.177:8080' +VITE_ADMIN_URL = 'http://127.0.0.1:8080' \ No newline at end of file diff --git a/.env.production b/.env.production index 0a20fe4..f993082 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ NODE_ENV = 'production' VITE_APP_TITLE = '教学一体化平台' -# VITE_APP_BASE_API = '/api' \ No newline at end of file +# VITE_APP_BASE_API = '/api' +VITE_ADMIN_URL = 'http://127.0.0.1:8080' \ No newline at end of file diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue index 8e03b08..7de3e8e 100644 --- a/src/Layout/tabbar/index.vue +++ b/src/Layout/tabbar/index.vue @@ -2,20 +2,34 @@
- +
课图