fix(frontend)+chore(deploy): 修复明细表格渲染 + static/ 改服务器构建
- SalesOrdersTab/PurchaseOrdersTab/MaterialsTab/ProductsTab: t-table 明细行不渲染(push/splice 改新数组引用)+ Decimal 算术类型错误(Number() 包裹) - static/ 不再进 git(.gitignore),改为 deploy.sh 在服务器 npm run build - 新增 deploy.sh:拉取 + 构建前端 + 重启后端
This commit is contained in:
@@ -23,6 +23,9 @@ logs/
|
||||
uploads/
|
||||
html_output/
|
||||
|
||||
# 前端构建产物(由 deploy.sh 在部署时 npm run build 生成,不进 git)
|
||||
static/
|
||||
|
||||
# 不再需要在 src/ 下跟踪这些
|
||||
src/uploads/
|
||||
src/html_output/
|
||||
|
||||
Reference in New Issue
Block a user