ArcGisMap
This commit is contained in:
parent
dcc426268d
commit
b98076ac6c
5 changed files with 143 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ import type { notiType } from '@/interface/index/Main'
|
|||
|
||||
// import components
|
||||
import MapCheck from '@/components/MapCheckin.vue'
|
||||
// import AscMaps from '@/components/AscMaps.vue'
|
||||
|
||||
// import Stores
|
||||
import { useCounterMixin } from '@/stores/mixin'
|
||||
|
|
@ -362,6 +363,7 @@ onMounted(async () => {
|
|||
<div class="col-xs-12 col-md-11 row q-col-gutter-md">
|
||||
<div class="col-12 col-sm-8">
|
||||
<MapCheck @update:location="updateLocation" />
|
||||
<!-- <AscMaps /> -->
|
||||
</div>
|
||||
<div class="col-12 col-sm-4">
|
||||
<q-card flat bordered class="card-container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue