From 27e280bd971a7585a7825ff4d18b06c707befc09 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 9 Mar 2020 10:54:08 +0800 Subject: [PATCH] =?UTF-8?q?build=E5=90=8Eonline=E8=A1=A8=E5=8D=95=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=B7=BB=E5=8A=A0/=E7=BC=96=E8=BE=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant-design-vue-jeecg/src/main.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ant-design-vue-jeecg/src/main.js b/ant-design-vue-jeecg/src/main.js index ebeae6e4..becb37c9 100644 --- a/ant-design-vue-jeecg/src/main.js +++ b/ant-design-vue-jeecg/src/main.js @@ -18,12 +18,9 @@ import VueApexCharts from 'vue-apexcharts' import preview from 'vue-photo-preview' import 'vue-photo-preview/dist/skin.css' -// import "@jeecg/antd-online-214" -// import '@jeecg/antd-online-214/dist/OnlineForm.css' -if (process.env.NODE_ENV !== 'production') { - require('@jeecg/antd-online-214') - require('@jeecg/antd-online-214/dist/OnlineForm.css') -} + +require('@jeecg/antd-online-214') +require('@jeecg/antd-online-214/dist/OnlineForm.css') import { ACCESS_TOKEN, -- GitLab