1 files modified
1 files added
| New file |
| | |
| | | import request from '@/router/axios'; |
| | | |
| | | export const startList = () => { |
| | | return request({ |
| | | url: '/api/blade-user/getUserRegisterStatisticsData', |
| | | method: 'get', |
| | | }) |
| | | } |
| | |
| | | import * as echarts from "echarts"; |
| | | |
| | | import geojson from "@/geojson/nanchang.json"; |
| | | // import { getList } from "@api/home/home"; |
| | | |
| | | export default { |
| | | data() { |
| | |
| | | onSixEcharts() { |
| | | this.echarts1.clear(); |
| | | //改折线图 |
| | | // getList.then((res) => { |
| | | // console.log(res, 243423); |
| | | // }); |
| | | var option = { |
| | | tooltip: { |
| | | trigger: "axis", |