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 @@
- +
课图