From a3752dd58384c6b033b60d56830723bb2dd83ee8 Mon Sep 17 00:00:00 2001 From: zhoutianchi <1305666981@qq.com> Date: Tue, 20 Jan 2026 17:33:16 +0800 Subject: [PATCH] 1 --- .env.development | 2 +- src/views/admin/dict/dictItem/form.vue | 6 +++- .../DelayPayTimeDialog.vue | 28 ++++++++-------- .../recruitstudentsignup/detaiform.vue | 32 +++++++++++-------- .../recruit/recruitstudentsignup/index.vue | 15 ++++----- .../recruitstudentsignup/indexClass.vue | 16 +++++----- 6 files changed, 54 insertions(+), 45 deletions(-) diff --git a/.env.development b/.env.development index cda5ee5..f9ab5cb 100644 --- a/.env.development +++ b/.env.development @@ -8,4 +8,4 @@ VITE_OPEN=true ENV=development # ADMIN 服务地址 -VITE_ADMIN_PROXY_PATH = http://scj-v3.zhxy.link/api +VITE_ADMIN_PROXY_PATH = http://localhost:9999 diff --git a/src/views/admin/dict/dictItem/form.vue b/src/views/admin/dict/dictItem/form.vue index 222fef4..9bd1c75 100644 --- a/src/views/admin/dict/dictItem/form.vue +++ b/src/views/admin/dict/dictItem/form.vue @@ -1,6 +1,6 @@