Sfoglia il codice sorgente

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

newProperty
sunfengxiang 1 anno fa
parent
commit
d6193d6555
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      static/js/project/index.js

+ 1
- 1
static/js/project/index.js Vedi File

@@ -1,7 +1,7 @@
/** /**
* Created by Administrator on 2021/4/5. * 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 = { var module = {
data: { data: {


Caricamento…
Annulla
Salva