@@ -1,12 +1,13 @@
<template>
<div id="app">
- <router-view></router-view>
+ <router-view></router-view>
<xk-modal></xk-modal>
<div class="dmp-alert" v-if="popupsList.length !== 0">
<div class="dmp-alert-body" v-for="item in popupsList" :key="item.id">
<alert-modal :params="item"></alert-modal>
</div>
+ <div id="container"></div>
</template>
<script>
@@ -18,7 +18,7 @@ let times = setInterval(() => {
}, 1000)
window.onLoad = function () {
- // var map = new AMap.Map('container');
+ var map = new AMap.Map('container');
}
/**