呼叫中心对接威尔信

zhangchong ec489511b8 rector:流程调整; há 1 ano atrás
public 183fe4c310 first commit há 1 ano atrás
src ec489511b8 rector:流程调整; há 1 ano atrás
.env 0b457a690d fix:流程表单验证修复; há 1 ano atrás
.env.development 467dbae1ac feat:工单受理新增地图选点,重复性事件,市民画像; há 1 ano atrás
.env.production 467dbae1ac feat:工单受理新增地图选点,重复性事件,市民画像; há 1 ano atrás
.env.test 467dbae1ac feat:工单受理新增地图选点,重复性事件,市民画像; há 1 ano atrás
.eslintignore a1634a8406 reactor:首页用户信息调整 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 6c6bae9c3f reactor:通知审批对接; há 1 ano atrás
nginx.conf 183fe4c310 first commit há 1 ano atrás
package-lock.json 6642d5e16a feat:重复性事件对接; há 1 ano atrás
package.json 6642d5e16a feat:重复性事件对接; há 1 ano atrás
tsconfig.json 183fe4c310 first commit há 1 ano atrás
vite.config.ts 7fa8cc996c refactor:缓存封装调整; 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