Commit abb6f5a864b80704b1f716b93a32a8efd0037363

Authored by fengtao
1 parent a6f77a1f

fix:修复打包问题-traferConfigMqtt

@@ -123,7 +123,7 @@ @@ -123,7 +123,7 @@
123 import { BasicForm, useForm } from '/@/components/Form'; 123 import { BasicForm, useForm } from '/@/components/Form';
124 import { modeApiForm, modeApiInseretKeyAndValueForm } from '../config'; 124 import { modeApiForm, modeApiInseretKeyAndValueForm } from '../config';
125 import { InboxOutlined } from '@ant-design/icons-vue'; 125 import { InboxOutlined } from '@ant-design/icons-vue';
126 - import { Alert, Divider, Descriptions, Upload, UploadDragger } from 'ant-design-vue'; 126 + import { Alert, Divider, Descriptions, Upload } from 'ant-design-vue';
127 interface IKeyAndValue { 127 interface IKeyAndValue {
128 key: string; 128 key: string;
129 value: string; 129 value: string;
@@ -136,7 +136,7 @@ @@ -136,7 +136,7 @@
136 [Descriptions.name]: Descriptions, 136 [Descriptions.name]: Descriptions,
137 [Descriptions.Item.name]: Descriptions.Item, 137 [Descriptions.Item.name]: Descriptions.Item,
138 InboxOutlined, 138 InboxOutlined,
139 - UploadDragger, 139 +
140 [Upload.UploadDragger]: Upload.UploadDragger, 140 [Upload.UploadDragger]: Upload.UploadDragger,
141 }, 141 },
142 emits: ['next', 'prev', 'register'], 142 emits: ['next', 'prev', 'register'],
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 import { BasicForm, useForm } from '/@/components/Form'; 68 import { BasicForm, useForm } from '/@/components/Form';
69 import { modeMqttForm } from '../config'; 69 import { modeMqttForm } from '../config';
70 import { InboxOutlined } from '@ant-design/icons-vue'; 70 import { InboxOutlined } from '@ant-design/icons-vue';
71 - import { Alert, Divider, Descriptions, Upload, UploadDragger } from 'ant-design-vue'; 71 + import { Alert, Divider, Descriptions, Upload } from 'ant-design-vue';
72 72
73 export default defineComponent({ 73 export default defineComponent({
74 components: { 74 components: {
@@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
78 [Descriptions.name]: Descriptions, 78 [Descriptions.name]: Descriptions,
79 [Descriptions.Item.name]: Descriptions.Item, 79 [Descriptions.Item.name]: Descriptions.Item,
80 InboxOutlined, 80 InboxOutlined,
81 - UploadDragger, 81 +
82 [Upload.UploadDragger]: Upload.UploadDragger, 82 [Upload.UploadDragger]: Upload.UploadDragger,
83 }, 83 },
84 emits: ['next', 'prev', 'register'], 84 emits: ['next', 'prev', 'register'],