From c7043ff58f55df9c75ae161b3c134039dc895616 Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期六, 11 四月 2026 19:52:20 +0800 Subject: [PATCH] fix(user): 在职员工界面优化 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index d3bbf98..e9926b0 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = '' +VUE_APP_BASE_API = 'http://localhost:8301/' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. -- Gitblit v1.8.0