From fb57bfb49c3233b8f6101170b910506853f0ef7c Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Mon, 16 Jun 2025 16:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=89=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 ++ .env.production | 1 + src/views/system/staff/index.vue | 44 ++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/.env.development b/.env.development index 8b2af94..2d13669 100644 --- a/.env.development +++ b/.env.development @@ -7,5 +7,7 @@ ENV = 'development' # ERP管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_URL = 'http://localhost:8081' + # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index e8bfdf1..1cf54a4 100644 --- a/.env.production +++ b/.env.production @@ -6,3 +6,4 @@ ENV = 'production' # ERP管理系统/生产环境 VUE_APP_BASE_API = 'http://192.168.5.12:8081/' +VUE_APP_BASE_URL = 'http://192.168.5.12:8081' \ No newline at end of file diff --git a/src/views/system/staff/index.vue b/src/views/system/staff/index.vue index 3ef351d..d5629d8 100644 --- a/src/views/system/staff/index.vue +++ b/src/views/system/staff/index.vue @@ -744,6 +744,50 @@ + 社保详情 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 补助详情