ccj 2 年之前
父節點
當前提交
1a5a6f0958
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      src/views/home/format.js
  2. 1 1
      src/views/home/index.vue

+ 0 - 0
src/views/home/index.js → src/views/home/format.js


+ 1 - 1
src/views/home/index.vue

@@ -120,7 +120,7 @@
 <script>
  
 import drawMixin from './drawMixin'; //自适应缩放
-import { formatTime } from './index.js'; //日期格式转换
+import { formatTime } from './format.js'; //日期格式转换
 import * as echarts from 'echarts';
   export default {
     mixins: [drawMixin],