Browse Source

更新日志

dev
刘向辉 3 years ago
parent
commit
f5c80681ed
  1. 22
      README.md
  2. 1
      src/app/babylon/view/facility-window/facility-window.ts

22
README.md

@ -1,5 +1,27 @@
# 中国石化加油站项目
## 🌼v1.0.7
### 🌻 简介
> 时间:2022、1、7 周五
> 根据中化业务需求及建议,调整、优化
> 尝试修复偶发的模型加载一直等待的问题,猜测为 indexDB 问题
### 🌻 详情
> 前端部分
- [🚩 重大变更]
- [🌱 新增]
- [🍀 完善]
> 三维部分
- [🚩 重大变更] 尝试修复偶发的模型加载一直等待的问题,猜测为 indexDB 问题,将初始化机制提前值 mainStatus 中
- [🌱 新增]
- [🍀 完善] 根据中化要求,对油罐属性栏中的油枪一行进行自动换行和自适应高度
## 🌼v1.0.6
### 🌻 简介

1
src/app/babylon/view/facility-window/facility-window.ts

@ -167,6 +167,7 @@ export class FacilityWindow extends UIBase {
let instance = this;
//转移至mainstatus 中,保证优先初始化
//为了避免多个模型同时加载、导致indexDB创建冲突,所以先加载一个,保证indexDB创建完成
// if (!instance.indexDBInit) {
// BabylonTool.importMeshSync(null, "mesh/indexdb/gd/", "GD.gltf", undefined, "GD_indexDB", (meshes) => {

Loading…
Cancel
Save