Commit 4a61fa1541c30a882db49ed4df70c9896e34e891
1 parent
f09e45bd
build后,online功能测试,无法编辑/添加问题处理
Showing
1 changed file
with
3 additions
and
6 deletions
ant-design-vue-jeecg/src/main.js
@@ -18,12 +18,9 @@ import VueApexCharts from 'vue-apexcharts' | @@ -18,12 +18,9 @@ import VueApexCharts from 'vue-apexcharts' | ||
18 | 18 | ||
19 | import preview from 'vue-photo-preview' | 19 | import preview from 'vue-photo-preview' |
20 | import 'vue-photo-preview/dist/skin.css' | 20 | import 'vue-photo-preview/dist/skin.css' |
21 | -// import "@jeecg/antd-online-214" | ||
22 | -// import '@jeecg/antd-online-214/dist/OnlineForm.css' | ||
23 | -if (process.env.NODE_ENV !== 'production') { | ||
24 | - require('@jeecg/antd-online-214') | ||
25 | - require('@jeecg/antd-online-214/dist/OnlineForm.css') | ||
26 | -} | 21 | + |
22 | +require('@jeecg/antd-online-214') | ||
23 | +require('@jeecg/antd-online-214/dist/OnlineForm.css') | ||
27 | 24 | ||
28 | import { | 25 | import { |
29 | ACCESS_TOKEN, | 26 | ACCESS_TOKEN, |