Explorar el Código

去除map

master
suyanyan hace 1 mes
padre
commit
8e49fa3c9e
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      SafeCampus.WEB/src/views/violation/portraitSummary/index.vue

+ 0
- 4
SafeCampus.WEB/src/views/violation/portraitSummary/index.vue Ver fichero

@@ -51,12 +51,8 @@

<script setup lang="ts" name="home">
import * as echarts from "echarts";
import china from "echarts/map/json/china.json"; // 导入china包
const chinaJson = ref<any>(china);
echarts.registerMap("china", chinaJson.value);
const chart1 = ref(null);
const chart2 = ref(null);
const chart3 = ref(null);
const chart4 = ref(null);
const chart5 = ref(null);
onMounted(() => {


Cargando…
Cancelar
Guardar