Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-manager-ui
Commits
948301ae
Commit
948301ae
authored
May 09, 2025
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加md备注
parent
6d038320
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
91 additions
and
0 deletions
+91
-0
README.md
README.md
+91
-0
No files found.
README.md
0 → 100644
View file @
948301ae
# 设备管理项目 #
## 关于3D楼层图更换的注意事项 ##
在
\s
rc
\v
iews
\a
nalysis
\A
nalysis.vue文件中会访问/module/3Ddt/lc.json
/module/3Ddt/lc.json文件需要在系统管理->应用发布->添加(后端添加)
添加后点击编辑更改文件路径(上传文件)
文件命名3Ddt,内容为所需gltf和图片和lc.json文件
lc.json文件内容根据楼层图内容而改变
宜宾的为
{
"floorArr": [
{
"id": 4,
"building": 1,
"lv": 1,
"picture": "",
"phonepicture": "",
"mtl_url": "/uploads/floor/yibin2/L1.mtl",
"obj_url": "/module/3Ddt/L1.gltf",
"siteid": 1,
"type": 1,
"create_time": "2023-03-13 11:32:38",
"update_time": "2023-04-08 11:40:07",
"zip_url": "/uploads/floor/L1-1/L1-1.zip"
},
{
"id": 5,
"building": 1,
"lv": 2,
"picture": "",
"phonepicture": "",
"mtl_url": "/uploads/floor/yibin/L2.mtl",
"obj_url": "/module/3Ddt/L2.gltf",
"siteid": 1,
"type": 1,
"create_time": "2023-03-13 16:54:14",
"update_time": "2023-04-08 11:40:21",
"zip_url": "/uploads/floor/L2-1/L2-1.zip"
}
]
}
宣汉的为
{
"floorArr": [
{
"id": 4,
"building": 1,
"lv": 1,
"picture": "",
"phonepicture": "",
"mtl_url": "/uploads/floor/yibin2/L1.mtl",
"obj_url": "/module/3Ddt/L1.gltf",
"siteid": 1,
"type": 1,
"create_time": "2023-03-13 11:32:38",
"update_time": "2023-04-08 11:40:07",
"zip_url": "/uploads/floor/L1-1/L1-1.zip"
},
{
"id": 5,
"building": 1,
"lv": 2,
"picture": "",
"phonepicture": "",
"mtl_url": "/uploads/floor/yibin/L2.mtl",
"obj_url": "/module/3Ddt/L2.gltf",
"siteid": 1,
"type": 1,
"create_time": "2023-03-13 16:54:14",
"update_time": "2023-04-08 11:40:21",
"zip_url": "/uploads/floor/L2-1/L2-1.zip"
},
{
"id": 6,
"building": 1,
"lv": 3,
"picture": "",
"phonepicture": "",
"mtl_url": "/uploads/floor/yibin/L2.mtl",
"obj_url": "/module/3Ddt/L3.gltf",
"siteid": 1,
"type": 1,
"create_time": "2023-03-13 16:54:14",
"update_time": "2023-04-08 11:40:21",
"zip_url": "/uploads/floor/L2-1/L2-1.zip"
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment