Commit ec1f6ee698174b0ca7f25658b3fa991f29692b23

Authored by fengwotao
1 parent 8a4168bd

perf: 优化重构app

Showing 19 changed files with 1 additions and 1 deletions
... ... @@ -71,7 +71,7 @@
71 71
72 72 <script>
73 73 import fTabbar from '@/components/module/f-tabbar/f-tabbar';
74   - import qiunDataCharts from '@/uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue';
  74 + import qiunDataCharts from './uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue';
75 75 import {
76 76 getHistoryData
77 77 } from '../api/index.js';
... ...