|
@@ -72,6 +72,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
+import mapOfTongren from './mapOfTongren.json'
|
|
import bgBox from '@/components/bgBox/index.vue'
|
|
import bgBox from '@/components/bgBox/index.vue'
|
|
import { screenSize } from '@/assets/js/utils'
|
|
import { screenSize } from '@/assets/js/utils'
|
|
import cake from '@/components/Customize/cake'
|
|
import cake from '@/components/Customize/cake'
|
|
@@ -301,8 +302,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
async getJSON() {
|
|
async getJSON() {
|
|
- console.log(`获取JSOn`)
|
|
|
|
- this.getJson = await this.$http.get(`/api/mapOfTongren`)
|
|
|
|
|
|
+ this.getJson = mapOfTongren
|
|
this.hasGetJson = true
|
|
this.hasGetJson = true
|
|
},
|
|
},
|
|
},
|
|
},
|