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 @@ + + + + + + + + {{ totalName }}总人数:{{ total }} + 累计通过人数: {{ passNumberBottom }} + 累计总通过率: {{ passRateBottom }} + + + + 查询 + + + + + + + + + + + 累计总通过率 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 年级: + + + 查询 + + + + + + + + + + + + + + \ No newline at end of file