网络拓扑图修改

This commit is contained in:
hzz 2023-07-23 18:02:49 +08:00
parent f6e4039b5d
commit 57077308df
4 changed files with 10 additions and 5 deletions

View File

@ -281,8 +281,11 @@ const init = () => {
createLableObj(mesh_dkcj, t('messages.ControllerRoom'), { x: 0, y: 60, z: 0 })
//
const mesh_fzjt = createFloor(t('messages.FuZhuangLegion'), 192, 236.5, { x: -133, y: 0, z: -138 })
const mesh_fzjt = createFloor(t('messages.FuZhuangLegion'), 192, 175, { x: -133, y: 0, z: -107.25 })
createLableObj(mesh_fzjt, t('messages.FuZhuangLegion'), { x: 0, y: 60, z: 0 })
//
const mesh_wgc = createFloor(t('messages.微工厂'), 192, 61.5, { x: -133, y: 0, z: -225.5 })
createLableObj(mesh_wgc, t('messages.微工厂'), { x: 0, y: 60, z: 0 })
//
const mesh_ptcj = createFloor(t('messages.BigPeiTao'), 110, 236.5, { x: 18.5, y: 0, z: -138 })
createLableObj(mesh_ptcj, t('messages.BigPeiTao'), { x: 0, y: 60, z: 0 })

View File

@ -94,7 +94,7 @@ onMounted(()=>{
// calcRate()
let contentBox = Acontent.value;
// let Timedombox=Timedom.value
window.document.title = "传感器分布图";
window.document.title = "数字化工厂物联拓扑图";
WH(contentBox);
window.addEventListener("resize", () => {
if (timer) {

View File

@ -95,7 +95,6 @@ watch(
(newVal, oldVal) => {
//
reset(newVal);
console.log(newVal);
},
{ immediate: true, deep: true, flush: "post" }

View File

@ -59,7 +59,7 @@ const requires = {
'door': require("@/assets/img/Factory/door.jpg"),
'sky': require("@/assets/img/Factory/sky.jpg"),
//3D
'titleFloor': require("@/assets/img/Factory/screen_title.png"),
'titleFloor': require("@/assets/img/Factory/screen_title_topo.png"),
'guangmao': require("@/assets/img/Factory/guangmao.jpg"),
'ac': require("@/assets/img/Factory/ac.jpg"),
'wifi': require("@/assets/img/Factory/wifi.jpg"),
@ -268,8 +268,11 @@ const init = () => {
createLableObj(mesh_dkcj, t('messages.ControllerRoom'), { x: 0, y: 60, z: 0 })
//
const mesh_fzjt = createFloor(t('messages.FuZhuangLegion'), 192, 236.5, { x: -133, y: 0, z: -138 })
const mesh_fzjt = createFloor(t('messages.FuZhuangLegion'), 192, 175, { x: -133, y: 0, z: -107.25 })
createLableObj(mesh_fzjt, t('messages.FuZhuangLegion'), { x: 0, y: 60, z: 0 })
//
const mesh_wgc = createFloor(t('messages.微工厂'), 192, 61.5, { x: -133, y: 0, z: -225.5 })
createLableObj(mesh_wgc, t('messages.微工厂'), { x: 0, y: 60, z: 0 })
//
const mesh_ptcj = createFloor(t('messages.BigPeiTao'), 110, 236.5, { x: 18.5, y: 0, z: -138 })
createLableObj(mesh_ptcj, t('messages.BigPeiTao'), { x: 0, y: 60, z: 0 })