摘要: var chartDom = document.getElementById("chartDom"); var option = {}; var myChart = echarts.init(chartDom); option && myChart.setOption(option); setTim 阅读全文
posted @ 2022-08-13 17:58 羽鱼 阅读(373) 评论(0) 推荐(0) 编辑
摘要: js文件 import { getConfigKey } from "@/api/system/config"; getConfigKey("key").then(res=>{ //res.msg }) vue this.getConfigKey("key") .then(res=>{ //res. 阅读全文
posted @ 2022-08-13 15:15 羽鱼 阅读(114) 评论(0) 推荐(0) 编辑