From 5a2eea76d731bca3490aa6c6bfb3abcade5d11f7 Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期二, 07 四月 2026 19:18:48 +0800
Subject: [PATCH] style(user): 调整用户档案相关组件样式和模板格式
---
src/settings.js | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index 2c4b1d7..d90d265 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -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