From 3a77c6fbda3243c135f9a3b55ad205970fd9f6cb Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期日, 12 四月 2026 19:15:38 +0800 Subject: [PATCH] feat(user): 员工代码重构 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index ac67b83..e9926b0 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://192.168.5.12:8301/' +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