标准版政企呼叫中心业务系统

miaofuhao 83deacfb8d fix %!s(int64=10) %!d(string=před) měsíci
.husky 4dec83c6f3 add:新建项目 před 1 rokem
bin 4dec83c6f3 add:新建项目 před 1 rokem
html 4dec83c6f3 add:新建项目 před 1 rokem
public 4dec83c6f3 add:新建项目 před 1 rokem
src 83deacfb8d fix %!s(int64=10) %!d(string=před) měsíci
vite 4dec83c6f3 add:新建项目 před 1 rokem
.editorconfig 4dec83c6f3 add:新建项目 před 1 rokem
.env.development c8839929e6 bug修复 %!s(int64=10) %!d(string=před) měsíci
.env.production c8839929e6 bug修复 %!s(int64=10) %!d(string=před) měsíci
.env.staging c8839929e6 bug修复 %!s(int64=10) %!d(string=před) měsíci
.eslintignore 4dec83c6f3 add:新建项目 před 1 rokem
.eslintrc.js 4dec83c6f3 add:新建项目 před 1 rokem
.gitignore 4dec83c6f3 add:新建项目 před 1 rokem
.prettierignore 4dec83c6f3 add:新建项目 před 1 rokem
0122-1dist.zip 1ec534d70b fix 修改bug %!s(int64=11) %!d(string=před) měsíci
0122-2dist.zip 1ec534d70b fix 修改bug %!s(int64=11) %!d(string=před) měsíci
0218-1dist.zip 2ed4cc6804 bug fix %!s(int64=10) %!d(string=před) měsíci
0219-1dist.zip c8839929e6 bug修复 %!s(int64=10) %!d(string=před) měsíci
0219-2dist.zip c8839929e6 bug修复 %!s(int64=10) %!d(string=před) měsíci
0219-3dist.zip c8839929e6 bug修复 %!s(int64=10) %!d(string=před) měsíci
README.md 4dec83c6f3 add:新建项目 před 1 rokem
index.html 4dec83c6f3 add:新建项目 před 1 rokem
nginx.conf 2ed4cc6804 bug fix %!s(int64=10) %!d(string=před) měsíci
package.json 4dec83c6f3 add:新建项目 před 1 rokem
postcss.config.js 4dec83c6f3 add:新建项目 před 1 rokem
prettier.config.js 4dec83c6f3 add:新建项目 před 1 rokem
project-remark.md 4dec83c6f3 add:新建项目 před 1 rokem
project-remark1.md 4dec83c6f3 add:新建项目 před 1 rokem
stylelint.config.js 4dec83c6f3 add:新建项目 před 1 rokem
tailwind.config.js 4dec83c6f3 add:新建项目 před 1 rokem
test.txt 4dec83c6f3 add:新建项目 před 1 rokem
vite.config.js 4dec83c6f3 add:新建项目 před 1 rokem

README.md

智能客服中心

前端运行

# 克隆项目
git clone http://localhost:3000/jiayi/base-callcenter-web.git

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

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

# 启动服务
yarn dev --port 81

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