From ad77e25e868008e33a701084fd0e8c00a06cc6a0 Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期五, 10 四月 2026 22:18:14 +0800 Subject: [PATCH] feat(emp): 优化新增与编辑模式下的表单验证及提交处理 --- .env.production | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index 9599b1d..5248da6 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'https://apicloud.mrbird.cn:8301/' +VUE_APP_BASE_API = '/api/' -- Gitblit v1.8.0