# smartcs-ui **Repository Path**: gym/smartcs-ui ## Basic Information - **Project Name**: smartcs-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2024-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smartcs-ui 基于Layui的后台管理系统 ## 更新记录 ## 简介 ## 组件说明 ### Layui 目前基于Layui 2.4.0版本 ### echarts 目前基于echarts 4.1.0版本 ##检查代码 ##版本控制 `git status` 查看本地状态 `git add .` 将本地修改的文件加入待提交 `git commit -m 'xxxx'` 将代码提交到[本地]()仓库 `git pull` 从远程服务器拉取代码。如果存在冲突,请解决冲突,然后重新add `git push` 将代码提交到远程分支 ##自动部署 提交本地的`master`代码到`build`分支,实现自动部署 [注意提交之前请确保本地代码的正确性]() ```html git push origin master:build ```