热线前端

zhangchong 32fb072921 reactor:对接部门满意度统计; há 1 ano atrás
public ba89d9b9d2 reactor:特提对接; há 1 ano atrás
src 32fb072921 reactor:对接部门满意度统计; há 1 ano atrás
.env.development 793c50fda9 reactor:请求地址调整; há 1 ano atrás
.env.production 793c50fda9 reactor:请求地址调整; há 1 ano atrás
.env.st 32fb072921 reactor:对接部门满意度统计; há 1 ano atrás
.env.yibin bda092d174 reactor:请求地址调整; há 1 ano atrás
.eslintignore b957547bdf feat:first commit; há 1 ano atrás
.eslintrc.js b957547bdf feat:first commit; há 1 ano atrás
.gitignore b957547bdf feat:first commit; há 1 ano atrás
.prettierrc.js b957547bdf feat:first commit; há 1 ano atrás
Dockerfile 4d5fd2f0e0 modified: Dockerfile há 1 ano atrás
README.md d8d78a94e3 reactor:新增宜宾环境; há 1 ano atrás
index.html 6524dffd72 reactor:对接坐席监控; há 1 ano atrás
nginx.conf b957547bdf feat:first commit; há 1 ano atrás
package.json 32fb072921 reactor:对接部门满意度统计; há 1 ano atrás
tsconfig.json 348a4a329c reactor:简化引入写法;移除无用的文件; há 1 ano atrás
vite.config.ts 348a4a329c reactor:简化引入写法;移除无用的文件; há 1 ano atrás
yarn.lock ac78864747 reactor:更换验证码验证方式; 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

# 打包发布宜宾分支
npm run build:yibin