From 4c72dd4e55dbfae3dca4a7ac4342220e93f25a8b Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期三, 11 三月 2026 18:04:07 +0800 Subject: [PATCH] feat(dashboard): 添加四险提醒功能并优化员工管理界面 --- .env.production | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index 9599b1d..2c521fe 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 = 'http://120.24.23.155:8301/' -- Gitblit v1.8.0