完成差旅发票录入流程

This commit is contained in:
wandering
2026-06-11 19:22:34 +08:00
parent 263d542903
commit 87c7b2d5be
62 changed files with 3033 additions and 2756 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# 系统 URL 配置服务端专用Web 用户无需配置)
# 复制此文件为 .env 并填入实际值
SSO_LOGIN_URL=https://your-sso-url/login
PORTAL_URL=https://your-portal-url/oshall
REIMBURSE_URL=http://your-reimburse-host:8081
REIMBURSE_PAGE=/expen/common/common?v=4.0
TRAVEL_PAGE=/expen/travel/travel?v=4.0
# LLM 配置
LLM_MODEL=your-model-name
LLM_API_BASE=http://your-llm-host:port/v1
LLM_API_KEY=your-api-key