智慧园区前端大屏
shuishen
2024-11-26 505ce1de5263f49257de0dbffabc12e9be6629de
变量全局
1 files modified
8 ■■■■■ changed files
src/views/companyInfo/index.vue 8 ●●●●● patch | view | raw | blame | history
src/views/companyInfo/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-11-08 11:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-11-09 15:31:53
 * @LastEditTime: 2024-11-25 16:45:39
 * @FilePath: \bigScreen\src\views\companyInfo\index.vue
 * @Description:
 *
@@ -16,9 +16,7 @@
import centerContainer from './components/centerContainer.vue' // 修改这里
import mainMenuVue from './components/mainMenu.vue'
import { onUnmounted } from "vue"
const Cesium = DC.getLib('Cesium')
const turf = DC.getLib('turf')
console.log(Cesium, turf, 1111)
let buttonIndex = ref(1)
let data = reactive({
  companyInfo: {}
@@ -36,7 +34,7 @@
wall.setStyle({
  material: new DC.WallTrailMaterialProperty({
    color: Cesium.Color.fromBytes(255, 255, 0, 180),
    color: window.$Cesium.Color.fromBytes(255, 255, 0, 180),
    speed: 10
  })
})