@@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_BASE_API='/bigmember'
-VUE_APP_BASE_URL='/swordfish/page_big_pc'
+VUE_APP_BASE_URL='/page_big_pc'
VUE_APP_BASE_PUBLIC='/page_big_pc/'
@@ -13,7 +13,7 @@
</ve-histogram>
</template>
<script>
-import VeHistogram from 'v-charts/lib/histogram'
+import { VeHistogram } from 'v-charts'
export default {
name: 'chart',
props: {
@@ -12,7 +12,7 @@
@@ -2,7 +2,7 @@
<ve-line :data="datas" :height="options.height" :after-config="options.config" :extend="defaultOption"></ve-line>
-import VeLine from 'v-charts/lib/line'
+import { VeLine } from 'v-charts'
import _ from 'lodash'
@@ -8,7 +8,7 @@
</ve-map>
-import VeMap from 'v-charts/lib/map'
+import { VeMap } from 'v-charts'
const mapJson = require('../../assets/js/china.json')
name: 'simple-histogram-chart',
components: {
@@ -11,7 +11,7 @@
props: ['title', 'projectData', 'Config'],
name: 'report-echarts',