浏览代码

首页空白问题处理,去掉echarts定义

newProperty
sunfengxiang 1年前
父节点
当前提交
d6193d6555
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      static/js/project/index.js

+ 1
- 1
static/js/project/index.js 查看文件

@@ -1,7 +1,7 @@
/**
* Created by Administrator on 2021/4/5.
*/
define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, template, Tools, echarts, swiper) {
define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools, swiper) {
//数据存储
var module = {
data: {


正在加载...
取消
保存