呼叫中心对接威尔信

zhangchong 7fa8cc996c refactor:缓存封装调整; hace 1 año
public 183fe4c310 first commit hace 1 año
src 7fa8cc996c refactor:缓存封装调整; hace 1 año
.env 0b457a690d fix:流程表单验证修复; hace 1 año
.env.development 7fa8cc996c refactor:缓存封装调整; hace 1 año
.env.production 7fa8cc996c refactor:缓存封装调整; hace 1 año
.env.test 7fa8cc996c refactor:缓存封装调整; hace 1 año
.eslintignore 183fe4c310 first commit hace 1 año
.eslintrc.js 183fe4c310 first commit hace 1 año
.gitignore 183fe4c310 first commit hace 1 año
.prettierrc.js 183fe4c310 first commit hace 1 año
Dockerfile 183fe4c310 first commit hace 1 año
README.md 183fe4c310 first commit hace 1 año
index.html 183fe4c310 first commit hace 1 año
nginx.conf 183fe4c310 first commit hace 1 año
package-lock.json 183fe4c310 first commit hace 1 año
package.json 033fbebf65 feat:工单撤销,工单补充,工单督办页面新增; hace 1 año
plugins.d.ts 183fe4c310 first commit hace 1 año
shim.d.ts 183fe4c310 first commit hace 1 año
source.d.ts 183fe4c310 first commit hace 1 año
tsconfig.json 183fe4c310 first commit hace 1 año
vite.config.ts 7fa8cc996c refactor:缓存封装调整; hace 1 año

README.md

🏭 环境支持

Edge Firefox Chrome Safari
Edge ≥ 79 Firefox ≥ 78 Chrome ≥ 72 Safari ≥ 12

由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。

⚡ 使用说明

建议使用 npm,因为 yarn 有时会报错。node 版本 > 12xx.xx.x

# 安装依赖
npm install

# 运行项目
npm run dev

# 打包发布
npm run build