语音质检系统web端

miaofuhao 82260035a9 fix 5 ay önce
.husky c782e630bd modL 9 ay önce
.trae 1554681ae1 feat(规则模型): 添加模型条件和关键词选择功能 8 ay önce
bin c782e630bd modL 9 ay önce
html c782e630bd modL 9 ay önce
public 1b0ae29fe9 mod:整理代码删除不需要的内容 7 ay önce
src 82260035a9 fix 5 ay önce
vite 5727789d44 首次报错问题解决 8 ay önce
web aff7d933ab fix 5 ay önce
.editorconfig c782e630bd modL 9 ay önce
.env.development aff7d933ab fix 5 ay önce
.env.production b5f6a3b985 fix 5 ay önce
.env.staging 02e44aba75 refactor: 移除未使用的代码和配置文件,优化项目结构 8 ay önce
.eslintignore c782e630bd modL 9 ay önce
.eslintrc.js c782e630bd modL 9 ay önce
.gitignore c782e630bd modL 9 ay önce
.prettierignore c782e630bd modL 9 ay önce
README.md 1b0ae29fe9 mod:整理代码删除不需要的内容 7 ay önce
bash.exe.stackdump aff7d933ab fix 5 ay önce
index.html aff7d933ab fix 5 ay önce
nginx.conf c782e630bd modL 9 ay önce
package.json 1b0ae29fe9 mod:整理代码删除不需要的内容 7 ay önce
postcss.config.js c782e630bd modL 9 ay önce
prettier.config.js c782e630bd modL 9 ay önce
project-remark.md c782e630bd modL 9 ay önce
stylelint.config.js c782e630bd modL 9 ay önce
tailwind.config.js c782e630bd modL 9 ay önce
tsconfig.json c782e630bd modL 9 ay önce
vite.config.js 1b0ae29fe9 mod:整理代码删除不需要的内容 7 ay önce
web.zip aff7d933ab fix 5 ay önce

README.md

智能语音质检系统

前端运行


# 进入项目目录
cd base-callcenter-web/

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动服务
yarn dev --port 81

# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80