Нема описа

lanjianrong 89be34e873 Merge branch '3.29' into dev пре 4 година
config 9a3a6f528b feat: 客户统计图表 пре 4 година
public 20108f980d fix: 侧栏UI调整+仪表盘服务提醒客户增加单位详情 пре 4 година
src 89be34e873 Merge branch '3.29' into dev пре 4 година
tests d90df6a785 首次提交 пре 5 година
.editorconfig d90df6a785 首次提交 пре 5 година
.eslintignore 625276973b fix: 修复打包报错信息 пре 5 година
.eslintrc.js 5a1a06641e feat: eslint增加react版本配置 пре 4 година
.gitignore b3da5677d3 chore: 忽略 deploy.config.js 的提交 пре 5 година
.prettierignore d90df6a785 首次提交 пре 5 година
.prettierrc.js 509425b56c fix: 修复锁库无线滚动bug пре 4 година
.stylelintrc.js af8ea61348 feat: 1 пре 4 година
README.md ffd8e5d419 feat: 1 пре 4 година
jest.config.js d90df6a785 首次提交 пре 5 година
jsconfig.json d90df6a785 首次提交 пре 5 година
package.json 956446cd68 feat: 增加内网穿透配置 пре 4 година
pnpm-lock.yaml a55b604b93 fix: EditFormItem-Select多选模式下的value仍可能是个字符串进行容错处理 пре 4 година
tsconfig.json f03f2e058a feat:增加tsconfig пре 5 година
windi.config.ts f5ecea0913 feat: 云版详情、大司空2.0企业版详情中左侧栏附加项的ui界面 пре 4 година

README.md

安装依赖

pnpm install

启动项目

npm run dev

更新远程分支列表

git remote update origin --prune

查看所有分支

git branch -a

删除远程分支 xx

git push origin --delete xx

删除本地分支 xx

git branch -d xx

强制合并分支

git reset --hard dev //并将 master 分支重置为 dev

强制推送

git push origin master --force //将重置后的 master 分支强制推送更新