修改
This commit is contained in:
		@ -18,6 +18,21 @@
 | 
			
		||||
    accept=".jpeg,.png,.jpg,.mp4,.pdf"
 | 
			
		||||
    @input="uploadFile"
 | 
			
		||||
  />
 | 
			
		||||
 | 
			
		||||
  <!-- 多点视线分析 -->
 | 
			
		||||
  <Visibility ref="visibility"></Visibility>
 | 
			
		||||
  <CircleViewShed ref="CircleViewShed"></CircleViewShed>
 | 
			
		||||
  <Submerge ref="Submerge"></Submerge>
 | 
			
		||||
  <Profile ref="Profile"></Profile>
 | 
			
		||||
  <ViewShed ref="ViewShed"></ViewShed>
 | 
			
		||||
  <CutFill ref="CutFill"></CutFill>
 | 
			
		||||
  <Contour ref="Contour"></Contour>
 | 
			
		||||
  <RoutePlanning ref="RoutePlanning"></RoutePlanning>
 | 
			
		||||
  <Graffiti ref="Graffiti"></Graffiti>
 | 
			
		||||
  <FlyRoam ref="FlyRoam"></FlyRoam>
 | 
			
		||||
  <CoorLocation ref="CoorLocation"></CoorLocation>
 | 
			
		||||
  <ScreenShot ref="ScreenShot"></ScreenShot>
 | 
			
		||||
  <TerrainExcavation ref="TerrainExcavation"></TerrainExcavation>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
@ -37,6 +52,20 @@ import standText from '../components/propertyBox/standText.vue'
 | 
			
		||||
import addDirectory from '@/components/dialog/directory.vue'
 | 
			
		||||
import firstMenu from '@/views/components/leftSide/leftSideFirst.vue'
 | 
			
		||||
import bottomMenu from '@/views/components/bottomSide/bottomSide.vue'
 | 
			
		||||
import Visibility from '../components/propertyBox/Visibility.vue'
 | 
			
		||||
import CircleViewShed from '../components/propertyBox/CircleViewShed.vue'
 | 
			
		||||
import Submerge from '../components/propertyBox/Submerge.vue'
 | 
			
		||||
import Profile from '../components/propertyBox/Profile.vue'
 | 
			
		||||
import ViewShed from '../components/propertyBox/ViewShed.vue'
 | 
			
		||||
import CutFill from '../components/propertyBox/CutFill.vue'
 | 
			
		||||
import Contour from '../components/propertyBox/Contour.vue'
 | 
			
		||||
import RoutePlanning from '../components/propertyBox/RoutePlanning.vue'
 | 
			
		||||
import Graffiti from '../components/propertyBox/Graffiti.vue'
 | 
			
		||||
import FlyRoam from '../components/propertyBox/FlyRoam.vue'
 | 
			
		||||
import CoorLocation from '../components/propertyBox/CoorLocation.vue'
 | 
			
		||||
import ScreenShot from '../components/propertyBox/ScreenShot.vue'
 | 
			
		||||
import TerrainExcavation from '../components/propertyBox/TerrainExcavation.vue'
 | 
			
		||||
 | 
			
		||||
import { GisApi } from '@/api/gisApi'
 | 
			
		||||
 | 
			
		||||
const firstMenuRef = ref(null)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user