From e250159a9e6441c0474d5599d4197f4f9d847839 Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期一, 06 四月 2026 22:53:05 +0800 Subject: [PATCH] feat(user): 添加员工档案详情弹窗视图及信息展示功能 --- .env.production | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index 2c521fe..5248da6 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://120.24.23.155:8301/' +VUE_APP_BASE_API = '/api/' -- Gitblit v1.8.0