From 74612d64c6bd2d28dcf80450f2cb94ffbee9970d Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期四, 12 三月 2026 11:13:27 +0800
Subject: [PATCH] feat(user): 添加员工档案拍照上传功能

---
 src/settings.js |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/settings.js b/src/settings.js
index 035a23a..d90d265 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -1,5 +1,5 @@
 module.exports = {
-  title: 'FEBS Cloud',
+  title: '中保亚太人力资源管理系统',
   // 获取令牌时,请求头信息(Basic Base64.encode(client_id:client_secret))
   authorizationValue: 'Basic ZmViczoxMjM0NTY=',
   // 社交登录后台地址
@@ -19,6 +19,20 @@
     // Granfana控制台
     grafanaUrl: 'http://localhost:8404/',
     // tx-manager控制台
-    txUrl: 'http://localhost:8501/admin/index.html#/login'
+    txUrl: 'http://localhost:8501/admin/index.html#/login',
+    // 文件上传地址
+    filesUploadUrl: 'http://localhost:8301/hr/filesUpload',
+    // 个人文件上传地址
+    uploadSinglePath: 'http://localhost:8301/hr/empAccessory',
+    // 个人文件上传地址
+    getEmpBaseInfoImage: 'http://localhost:8301/hr/empBaseInfo/image/',
+    // 下载员工导入模版
+    downloadEmpExcel: 'http://localhost:8000/员工信息.xls',
+    // 导入员工
+    uploadEmpExcel: 'http://localhost:8301/hr/empBaseInfo/importEmp',
+    // 获取图片
+    getFilesUploadImage: 'http://localhost:8301/hr/filesUpload/image/',
+    // 获取图片
+    getAccessoryImage: 'http://localhost:8301/hr/empAccessory/image/'
   }
 }

--
Gitblit v1.8.0