热线前端

zhangchong 93d7e6caee 知识库对接 hace 2 años
public 93f19f6af4 坐席电话控件面板对接 hace 2 años
src 93d7e6caee 知识库对接 hace 2 años
.env b0a2e7d8b3 first commit hace 2 años
.env.development 6953070d6d 新增应用配置文件,可以配置请求地址,应用标题等; hace 2 años
.env.production 6953070d6d 新增应用配置文件,可以配置请求地址,应用标题等; hace 2 años
.env.test 6953070d6d 新增应用配置文件,可以配置请求地址,应用标题等; hace 2 años
.eslintignore b0a2e7d8b3 first commit hace 2 años
.eslintrc.js a76d730960 自定义指令文件整理,列表新增导出功能 hace 2 años
.gitignore b0a2e7d8b3 first commit hace 2 años
.prettierrc.js b0a2e7d8b3 first commit hace 2 años
Dockerfile b0a2e7d8b3 first commit hace 2 años
README.md a76d730960 自定义指令文件整理,列表新增导出功能 hace 2 años
index.html 777493a66d 完善工单列表 创建工单页面 hace 2 años
nginx.conf b0a2e7d8b3 first commit hace 2 años
package-lock.json 486802ff9b 时限管理对接 hace 2 años
package.json 486802ff9b 时限管理对接 hace 2 años
plugins.d.ts e6b45ba8bb 自定义指令文件整理,列表新增导出功能 hace 2 años
shim.d.ts d0eaa4f0a1 接口命名规范 hace 2 años
source.d.ts b0a2e7d8b3 first commit hace 2 años
tsconfig.json a76d730960 自定义指令文件整理,列表新增导出功能 hace 2 años
vite.config.ts 486802ff9b 时限管理对接 hace 2 años

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