feat(ctrt): 完成 CTRT-01~03 响应契约统一 - 三端拦截器+portal_token清理+调用点适配

This commit is contained in:
Simon
2026-07-07 22:56:49 +08:00
parent d56a9a6079
commit 6f0fbbb066
48 changed files with 6183 additions and 613 deletions
+9 -2
View File
@@ -3,10 +3,13 @@
"version": "1.0.0",
"private": true,
"description": "企微智能IT支持服务台 - 坐席工作台前端",
"engines": { "node": ">=20.0.0 <21.0.0", "pnpm": ">=9.0.0" },
"engines": {
"node": ">=20.0.0 <21.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "vite",
"dev": "node --max-old-space-size=4096 ./node_modules/vite/bin/vite.js",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit"
@@ -14,9 +17,13 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.0",
"axios": "^1.7.0",
"cropperjs": "^2.1.1",
"element-plus": "^2.7.0",
"fabric": "^7.4.0",
"html2canvas-pro": "^2.0.4",
"js-web-screen-shot": "^2.0.2",
"pinia": "^2.1.0",
"snapdom": "^0.1.2",
"vue": "^3.4.0",
"vue-router": "^4.3.0",
"vue3-emoji-picker": "^1.1.8"