因为接口只会返回一个数字,而前端需要需要渲染一个echarts图表,这就需要通过日期和类型去和接口获取数据,需要循环访问接口,且不能影响到返回数据的排序。
需要用到 async await 依次获取
<template>
<div class="...
yekong
3年前 (2021-11-06)
喜欢
npm install uglifyjs-webpack-plugin --save-dev
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
config.plugins.push(
...
yekong
3年前 (2021-11-03)
喜欢
<baidu-map
class="map"
:scroll-wheel-zoom="true"
:center="center"
v-if="show&q...
yekong
3年前 (2021-11-03)
喜欢
使用append-to-body
在el-dialog添加append-to-body
<template>
<el-button type="text" @click="outerVisible = true">...
yekong
3年前 (2021-11-02)
喜欢
<span class="action-btn" ref="showDoc" :class="showDoc ? 'hide': 'show'" @click="handS...
yekong
3年前 (2021-11-02)
喜欢
地图
<template>
<div class="maps">
<baidu-map
class="map"
:scroll-wheel-zoom="true&...
yekong
3年前 (2021-11-01)
喜欢
<el-upload
class="upload-demo"
:auto-upload="false"
:on-change="handleChange"
:...
yekong
3年前 (2021-11-01)
喜欢
使用computed实现过滤搜索
<template>
<div class="allproject">
<div class="allprojecthead">
<span...
yekong
3年前 (2021-11-01)
喜欢
如果process.env.NODE_ENV == 'development'就是开发模式
console.log((process.env.NODE_ENV)
process.env.NODE_ENV == 'development'
...
yekong
3年前 (2021-10-31)
喜欢
下载vue-video-player
npm install vue-video-player --save
在main.js文件引入
import VideoPlayer from 'vue-video-player'
require('video.j...
yekong
3年前 (2021-10-30)
喜欢