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 @@ + 社保详情 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 补助详情