Commit Graph

7 Commits

Author SHA1 Message Date
simple321vip 4da6832b44 feat: R1 重构对称迁移 + 升级依赖 + 配置文件分离
- 命名重构:tenant → customer(对齐后端 R1 重构)
  - Tenant → Customer / tenant_id → customerId
  - tenantStore → customerStore / getTenant/setTenant → getCustomer/setCustomer
  - cookie key tenant → customer, HTTP header tenantId → customerId
- 后端契约更新:AuthResponse 加 sub 字段
- 接口 URL 修复:/auth/oidc/callback → /api/v1/auth/oidc/callback
- 依赖升级:vue 3.5 / element-plus 2.8 / vite 5 / typescript 5.6 / sass 1.79
- 删 node-sass / scss / sass-loader / moment / mock/index.ts
- 配置文件拆分:.env.development / .env.production / .env.example
- 删除冗余 view/auth/auth/callback.vue 副本
- .gitignore 增加 dist / .opencode / tmp
- 新增 AGENT.md 与后端风格对齐
2026-06-22 08:02:21 +08:00
simple321vip b7c8d182bc 前后台联合测试wiki type 的增删改查排序等功能 2023-03-26 10:40:19 +08:00
simple321vip 67eaa3ad40 add alias @ as path 2023-01-28 17:19:05 +08:00
simple321vip 978356a713 wiki保存修改 2022-11-26 20:58:49 +08:00
simple321vip 650569b550 write page modify 2022-10-30 18:18:53 +08:00
simple321vip 98fb990a34 1111 2022-08-22 21:54:15 +08:00
simple321vip 8d9872b896 dev config 2022-08-22 08:35:38 +08:00