From 7aa48aba48e55372cdd71e549e77ce1effad8303 Mon Sep 17 00:00:00 2001 From: Su <2374482202@qq.com> Date: Thu, 16 Jan 2025 15:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E9=A2=86=E5=AF=BC\=E5=A4=96=E7=A0=94?= =?UTF-8?q?=E5=A4=84=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96=EF=BC=8C=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/cet/universityDashboard.vue | 984 ++++++++++++++++++++++++++ 2 files changed, 986 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index a084816..af842e8 100644 --- a/.env.development +++ b/.env.development @@ -6,10 +6,10 @@ VITE_PUBLIC_PATH = / # 跨域代理,您可以配置多个 ,请注意,没有换行符 -VITE_PROXY = [["/jeecgboot","http://127.0.0.1:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] +VITE_PROXY = [["/jeecgboot","http://62.234.217.137:10000/jeecg-boot"],["/upload","http://localhost:3300/upload"]] #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://127.0.0.1:8080/jeecg-boot +VITE_GLOB_DOMAIN_URL=http://62.234.217.137:10000/jeecg-boot #后台接口父地址(必填) VITE_GLOB_API_URL=/jeecgboot diff --git a/src/views/cet/universityDashboard.vue b/src/views/cet/universityDashboard.vue index e69de29..9269f3f 100644 --- a/src/views/cet/universityDashboard.vue +++ b/src/views/cet/universityDashboard.vue @@ -0,0 +1,984 @@ + + + + + \ No newline at end of file