呼叫中心对接威尔信

zhangchong 104ad4af8b fix:修复转接弹窗不可用,修复事处理; há 1 ano atrás
public 183fe4c310 first commit há 1 ano atrás
src 104ad4af8b fix:修复转接弹窗不可用,修复事处理; há 1 ano atrás
.env 0b457a690d fix:流程表单验证修复; há 1 ano atrás
.env.development f24cfc9483 feat:新增工单弹窗; há 1 ano atrás
.env.production f24cfc9483 feat:新增工单弹窗; há 1 ano atrás
.env.test f24cfc9483 feat:新增工单弹窗; há 1 ano atrás
.eslintignore 183fe4c310 first commit há 1 ano atrás
.eslintrc.js 183fe4c310 first commit há 1 ano atrás
.gitignore 183fe4c310 first commit há 1 ano atrás
.prettierrc.js 183fe4c310 first commit há 1 ano atrás
Dockerfile 183fe4c310 first commit há 1 ano atrás
README.md 183fe4c310 first commit há 1 ano atrás
index.html 183fe4c310 first commit há 1 ano atrás
nginx.conf 183fe4c310 first commit há 1 ano atrás
package-lock.json 183fe4c310 first commit há 1 ano atrás
package.json 033fbebf65 feat:工单撤销,工单补充,工单督办页面新增; há 1 ano atrás
plugins.d.ts 183fe4c310 first commit há 1 ano atrás
shim.d.ts 183fe4c310 first commit há 1 ano atrás
source.d.ts 183fe4c310 first commit há 1 ano atrás
tsconfig.json 183fe4c310 first commit há 1 ano atrás
vite.config.ts 183fe4c310 first commit há 1 ano atrás

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