From d192c5cadc7a095c2335c0e71bebaf00f8f5981c Mon Sep 17 00:00:00 2001 From: Xubx <1827135378@qq.com> Date: Wed, 8 Jan 2025 17:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/cees/student.vue | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 src/views/cees/student.vue diff --git a/.env.development b/.env.development index 5560e19..09d43b1 100644 --- a/.env.development +++ b/.env.development @@ -6,10 +6,10 @@ VITE_PUBLIC_PATH = / # 跨域代理,您可以配置多个 ,请注意,没有换行符 -VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] +VITE_PROXY = [["/jeecgboot","http://localhost:8090/jeecg-boot"],["/upload","http://localhost:3300/upload"]] #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot +VITE_GLOB_DOMAIN_URL=http://localhost:8090/jeecg-boot #后台接口父地址(必填) VITE_GLOB_API_URL=/jeecgboot diff --git a/src/views/cees/student.vue b/src/views/cees/student.vue new file mode 100644 index 0000000..199fb21 --- /dev/null +++ b/src/views/cees/student.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file