swordpass-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +37 -0
- package/lib/demo.html +10 -0
- package/lib/img/icon_found_img.c785c1b7.png +0 -0
- package/lib/sword-vue-ui.common.js +61402 -0
- package/lib/sword-vue-ui.css +1 -0
- package/lib/sword-vue-ui.umd.js +61412 -0
- package/lib/sword-vue-ui.umd.min.js +6 -0
- package/package.json +109 -0
- package/packages/AddQueryStrategy/index.js +7 -0
- package/packages/AddQueryStrategy/src/main.vue +236 -0
- package/packages/Autocomplete/index.js +7 -0
- package/packages/Autocomplete/src/main.vue +192 -0
- package/packages/Button/index.js +7 -0
- package/packages/Button/src/main.vue +90 -0
- package/packages/Cascader/index.js +7 -0
- package/packages/Cascader/src/main.vue +210 -0
- package/packages/Chart/index.js +7 -0
- package/packages/Chart/src/Chart.vue +831 -0
- package/packages/Checkbox/index.js +7 -0
- package/packages/Checkbox/src/main.vue +200 -0
- package/packages/Collapse/index.js +7 -0
- package/packages/Collapse/src/ClCollapse.vue +67 -0
- package/packages/Collapse/src/ClCollapseItem.vue +21 -0
- package/packages/CollapseItem/index.js +7 -0
- package/packages/CustomDialog/index.js +7 -0
- package/packages/CustomDialog/src/customDialog.js +99 -0
- package/packages/CustomDialog/src/main.vue +1944 -0
- package/packages/DataView/index.js +7 -0
- package/packages/DataView/src/DataView.vue +45 -0
- package/packages/Date/index.js +7 -0
- package/packages/Date/src/main.vue +180 -0
- package/packages/DatePicker/index.js +7 -0
- package/packages/DatePicker/src/main.vue +155 -0
- package/packages/Demension/index.js +7 -0
- package/packages/Demension/src/main.vue +379 -0
- package/packages/Dialog/index.js +7 -0
- package/packages/Dialog/src/main.vue +160 -0
- package/packages/Dictionary/index.js +7 -0
- package/packages/Dictionary/src/main.vue +204 -0
- package/packages/DimensionSelector/index.js +7 -0
- package/packages/DimensionSelector/src/main.vue +359 -0
- package/packages/DimensionSelectorInput/index.js +7 -0
- package/packages/DimensionSelectorInput/src/main.vue +79 -0
- package/packages/Divider/index.js +7 -0
- package/packages/Divider/src/main.vue +38 -0
- package/packages/Duration/index.js +7 -0
- package/packages/Duration/src/main.vue +172 -0
- package/packages/Editor/index.js +7 -0
- package/packages/Editor/src/main.vue +280 -0
- package/packages/Explain/index.js +7 -0
- package/packages/Explain/src/main.vue +55 -0
- package/packages/FieldTail/index.js +7 -0
- package/packages/FieldTail/src/main.vue +163 -0
- package/packages/File/index.js +7 -0
- package/packages/File/src/FileCard.vue +169 -0
- package/packages/File/src/FileList.vue +180 -0
- package/packages/File/src/FileTable.vue +223 -0
- package/packages/File/src/main.vue +467 -0
- package/packages/FileUpload/index.js +7 -0
- package/packages/FileUpload/src/main.vue +222 -0
- package/packages/FlowChart/index.js +7 -0
- package/packages/FlowChart/src/main.vue +386 -0
- package/packages/FormItem/index.js +7 -0
- package/packages/FormItem/src/main.vue +167 -0
- package/packages/Global/index.js +12 -0
- package/packages/Global/src/GlobalQuery.vue +200 -0
- package/packages/Global/src/GlobalValidate.vue +69 -0
- package/packages/Icon/index.js +7 -0
- package/packages/Icon/src/icons/ad.js +14 -0
- package/packages/Icon/src/icons/address-book.js +14 -0
- package/packages/Icon/src/icons/arrow.js +14 -0
- package/packages/Icon/src/icons/attachment.js +18 -0
- package/packages/Icon/src/icons/balance.js +14 -0
- package/packages/Icon/src/icons/ban.js +14 -0
- package/packages/Icon/src/icons/bell.js +14 -0
- package/packages/Icon/src/icons/block.js +26 -0
- package/packages/Icon/src/icons/book.js +14 -0
- package/packages/Icon/src/icons/bookmark.js +14 -0
- package/packages/Icon/src/icons/bug.js +22 -0
- package/packages/Icon/src/icons/bullhorn.js +14 -0
- package/packages/Icon/src/icons/calc.js +14 -0
- package/packages/Icon/src/icons/checkbox.js +14 -0
- package/packages/Icon/src/icons/circle.js +14 -0
- package/packages/Icon/src/icons/close.js +14 -0
- package/packages/Icon/src/icons/cloud-sun.js +14 -0
- package/packages/Icon/src/icons/coffee.js +14 -0
- package/packages/Icon/src/icons/component.js +14 -0
- package/packages/Icon/src/icons/compress.js +14 -0
- package/packages/Icon/src/icons/copyright.js +14 -0
- package/packages/Icon/src/icons/dialog.js +14 -0
- package/packages/Icon/src/icons/download.js +14 -0
- package/packages/Icon/src/icons/duration.js +14 -0
- package/packages/Icon/src/icons/excel.js +18 -0
- package/packages/Icon/src/icons/expand.js +14 -0
- package/packages/Icon/src/icons/export.js +21 -0
- package/packages/Icon/src/icons/eye-slash.js +14 -0
- package/packages/Icon/src/icons/eye.js +14 -0
- package/packages/Icon/src/icons/file.js +18 -0
- package/packages/Icon/src/icons/form.js +14 -0
- package/packages/Icon/src/icons/ganged.js +14 -0
- package/packages/Icon/src/icons/gaode.js +27 -0
- package/packages/Icon/src/icons/gift.js +14 -0
- package/packages/Icon/src/icons/home.js +14 -0
- package/packages/Icon/src/icons/image.js +14 -0
- package/packages/Icon/src/icons/import.js +18 -0
- package/packages/Icon/src/icons/index.js +67 -0
- package/packages/Icon/src/icons/info.js +21 -0
- package/packages/Icon/src/icons/laptop.js +14 -0
- package/packages/Icon/src/icons/line.js +34 -0
- package/packages/Icon/src/icons/lock.js +14 -0
- package/packages/Icon/src/icons/map.js +18 -0
- package/packages/Icon/src/icons/more.js +19 -0
- package/packages/Icon/src/icons/move.js +14 -0
- package/packages/Icon/src/icons/org.js +18 -0
- package/packages/Icon/src/icons/palette.js +14 -0
- package/packages/Icon/src/icons/plan.js +17 -0
- package/packages/Icon/src/icons/ppt.js +18 -0
- package/packages/Icon/src/icons/question.js +18 -0
- package/packages/Icon/src/icons/radio.js +14 -0
- package/packages/Icon/src/icons/refresh.js +14 -0
- package/packages/Icon/src/icons/search.js +14 -0
- package/packages/Icon/src/icons/select.js +14 -0
- package/packages/Icon/src/icons/setting.js +18 -0
- package/packages/Icon/src/icons/simple-collapse.js +18 -0
- package/packages/Icon/src/icons/simple-expand.js +14 -0
- package/packages/Icon/src/icons/sort.js +22 -0
- package/packages/Icon/src/icons/sword.js +26 -0
- package/packages/Icon/src/icons/table.js +14 -0
- package/packages/Icon/src/icons/time.js +14 -0
- package/packages/Icon/src/icons/tree.js +14 -0
- package/packages/Icon/src/icons/typography.js +18 -0
- package/packages/Icon/src/icons/upload.js +18 -0
- package/packages/Icon/src/icons/user.js +14 -0
- package/packages/Icon/src/icons/users.js +30 -0
- package/packages/Icon/src/icons/video.js +14 -0
- package/packages/Icon/src/icons/word.js +18 -0
- package/packages/Icon/src/main.vue +432 -0
- package/packages/Image/index.js +7 -0
- package/packages/Image/src/main.vue +66 -0
- package/packages/Input/index.js +7 -0
- package/packages/Input/src/main.vue +552 -0
- package/packages/JobSelector/index.js +7 -0
- package/packages/JobSelector/src/main.vue +339 -0
- package/packages/JobSelectorInput/index.js +7 -0
- package/packages/JobSelectorInput/src/main.vue +87 -0
- package/packages/Map/index.js +7 -0
- package/packages/Map/src/Map.vue +427 -0
- package/packages/Milepost/index.js +7 -0
- package/packages/Milepost/src/main.vue +45 -0
- package/packages/OnlineForm/index.js +7 -0
- package/packages/OnlineForm/src/Form.vue +359 -0
- package/packages/OrgPostDialog/index.js +7 -0
- package/packages/OrgPostDialog/src/main.vue +244 -0
- package/packages/OrgSelector/index.js +7 -0
- package/packages/OrgSelector/src/main.vue +493 -0
- package/packages/OrgSelectorInput/index.js +7 -0
- package/packages/OrgSelectorInput/src/OrgSelectorInput.vue +216 -0
- package/packages/PostSelector/index.js +7 -0
- package/packages/PostSelector/src/main.vue +463 -0
- package/packages/PostSelectorInput/index.js +7 -0
- package/packages/PostSelectorInput/src/PostSelectorInput.vue +200 -0
- package/packages/Preview/index.js +7 -0
- package/packages/Preview/src/FillPage.vue +311 -0
- package/packages/Preview/src/FrameViewer.vue +135 -0
- package/packages/Preview/src/Loading.vue +126 -0
- package/packages/Preview/src/PdfViewer.vue +125 -0
- package/packages/Preview/src/TextViewer.vue +99 -0
- package/packages/Preview/src/main.vue +242 -0
- package/packages/Preview/src/watermark.js +124 -0
- package/packages/ProcessRecord/index.js +7 -0
- package/packages/ProcessRecord/src/main.vue +392 -0
- package/packages/Qrcode/index.js +7 -0
- package/packages/Qrcode/src/Qrcode.vue +105 -0
- package/packages/QuerySqlPreview/index.js +7 -0
- package/packages/QuerySqlPreview/src/QuerySqlPreview.vue +163 -0
- package/packages/Radio/index.js +7 -0
- package/packages/Radio/src/main.vue +172 -0
- package/packages/Rate/index.js +7 -0
- package/packages/Rate/src/main.vue +89 -0
- package/packages/ReadonlyInput/index.js +7 -0
- package/packages/ReadonlyInput/src/main.vue +92 -0
- package/packages/RelevantFlow/index.js +7 -0
- package/packages/RelevantFlow/src/main.vue +547 -0
- package/packages/RelevantFlow/src/relevantFlow.js +28 -0
- package/packages/RoleSelector/index.js +7 -0
- package/packages/RoleSelector/src/main.vue +358 -0
- package/packages/RoleSelectorInput/index.js +7 -0
- package/packages/RoleSelectorInput/src/main.vue +84 -0
- package/packages/SaveButton/index.js +7 -0
- package/packages/SaveButton/src/main.vue +73 -0
- package/packages/Select/index.js +7 -0
- package/packages/Select/src/main.vue +330 -0
- package/packages/SelectTree/index.js +7 -0
- package/packages/SelectTree/src/SelectTree.vue +352 -0
- package/packages/Selector/index.js +7 -0
- package/packages/Selector/src/main.vue +617 -0
- package/packages/SidebarDialog/index.js +7 -0
- package/packages/SidebarDialog/src/main.vue +156 -0
- package/packages/Slider/index.js +7 -0
- package/packages/Slider/src/main.vue +84 -0
- package/packages/Step/index.js +7 -0
- package/packages/StepLayout/index.js +7 -0
- package/packages/Steps/index.js +7 -0
- package/packages/Steps/src/Step.vue +122 -0
- package/packages/Steps/src/StepLayout.vue +35 -0
- package/packages/Steps/src/Steps.vue +65 -0
- package/packages/Subtable/index.js +33 -0
- package/packages/Subtable/src/SubDialog.vue +1926 -0
- package/packages/Subtable/src/SubExportDialog.vue +115 -0
- package/packages/Subtable/src/SubImportDialog.vue +316 -0
- package/packages/Subtable/src/SubPagination.vue +112 -0
- package/packages/Subtable/src/SubtableBackfill.vue +83 -0
- package/packages/Subtable/src/dialog.js +42 -0
- package/packages/Switch/index.js +7 -0
- package/packages/Switch/src/main.vue +83 -0
- package/packages/Table/index.js +7 -0
- package/packages/Table/src/CustomColumn.vue +351 -0
- package/packages/Table/src/Table.vue +979 -0
- package/packages/TableColumn/index.js +7 -0
- package/packages/TableColumn/src/main.vue +177 -0
- package/packages/TableSearchField/index.js +7 -0
- package/packages/TableSearchField/src/main.vue +334 -0
- package/packages/TableSearchPanel/index.js +7 -0
- package/packages/TableSearchPanel/src/main.vue +149 -0
- package/packages/Tabs/index.js +7 -0
- package/packages/Tabs/src/Tabs.vue +140 -0
- package/packages/Tag/index.js +7 -0
- package/packages/Tag/src/main.vue +264 -0
- package/packages/TemplateBatchUpdate/index.js +7 -0
- package/packages/TemplateBatchUpdate/src/TemplateBatchUpdateDialog.vue +174 -0
- package/packages/TemplateForm/index.js +7 -0
- package/packages/TemplateForm/src/main.vue +645 -0
- package/packages/TemplateFormDialog/index.js +7 -0
- package/packages/TemplateFormDialog/src/main.vue +61 -0
- package/packages/TemplateImportResult/index.js +7 -0
- package/packages/TemplateImportResult/src/main.vue +158 -0
- package/packages/TemplatePreview/index.js +19 -0
- package/packages/TemplatePreview/src/TemplatePreview.vue +169 -0
- package/packages/TemplatePreview/src/TemplatePreviewFile.vue +171 -0
- package/packages/TemplatePreview/src/TemplatePreviewImage.vue +83 -0
- package/packages/TemplateTaskCirculate/index.js +7 -0
- package/packages/TemplateTaskCirculate/src/main.vue +238 -0
- package/packages/Text/index.js +7 -0
- package/packages/Text/src/main.vue +57 -0
- package/packages/TimePicker/index.js +7 -0
- package/packages/TimePicker/src/main.vue +139 -0
- package/packages/TimeSelect/index.js +7 -0
- package/packages/TimeSelect/src/main.vue +96 -0
- package/packages/Tree/index.js +7 -0
- package/packages/Tree/src/main.vue +439 -0
- package/packages/TreeDialog/index.js +7 -0
- package/packages/TreeDialog/src/main.vue +293 -0
- package/packages/TreeListDialog/index.js +7 -0
- package/packages/TreeListDialog/src/main.vue +219 -0
- package/packages/Typography/index.js +8 -0
- package/packages/Typography/src/create-header.js +72 -0
- package/packages/UserDialog/index.js +7 -0
- package/packages/UserDialog/src/main.vue +250 -0
- package/packages/UserSelector/index.js +7 -0
- package/packages/UserSelector/src/main.vue +746 -0
- package/packages/UserSelectorInput/index.js +7 -0
- package/packages/UserSelectorInput/src/main.vue +319 -0
- package/packages/picture/index.js +7 -0
- package/packages/picture/src/main.vue +530 -0
- package/packages/plugins/Echarts.js +30 -0
- package/packages/plugins/Map.js +29 -0
- package/packages/plugins/Preview.js +49 -0
- package/packages/plugins/Qrcode.js +7 -0
- package/packages/plugins/XLSX.js +7 -0
- package/packages/plugins/wangeditor.js +19 -0
- package/src/assets/icon_found_img.png +0 -0
- package/src/assets/table-no-data.png +0 -0
- package/src/directive/badge.js +53 -0
- package/src/directive/copy.js +47 -0
- package/src/directive/ellipsis.js +6 -0
- package/src/directive/expandClick.js +23 -0
- package/src/directive/express.js +86 -0
- package/src/directive/form.js +122 -0
- package/src/directive/format.js +24 -0
- package/src/directive/formulas.js +708 -0
- package/src/directive/index.js +42 -0
- package/src/directive/permissionLine.js +59 -0
- package/src/directive/permissionLineLable.js +56 -0
- package/src/directive/permit.js +23 -0
- package/src/directive/popconfirm.js +86 -0
- package/src/directive/relatedQuery.js +61 -0
- package/src/directive/resize.js +18 -0
- package/src/directive/subSort.js +18 -0
- package/src/directive/tableDrag.js +25 -0
- package/src/directive/tooltip.js +37 -0
- package/src/filter/computerSize.js +23 -0
- package/src/filter/dateFormat.js +10 -0
- package/src/filter/index.js +10 -0
- package/src/index.js +267 -0
- package/src/locale/format.js +44 -0
- package/src/locale/index.js +48 -0
- package/src/locale/lang/en.js +59 -0
- package/src/locale/lang/zh-CN.js +58 -0
- package/src/locale/lang/zh-TW.js +57 -0
- package/src/locale/validate/dict.js +223 -0
- package/src/math.js +270 -0
- package/src/mixins/emitter.js +33 -0
- package/src/mixins/form.js +25 -0
- package/src/mixins/formDataUpdate.js +32 -0
- package/src/mixins/ganged.js +126 -0
- package/src/mixins/inputName.js +30 -0
- package/src/mixins/linkage.js +403 -0
- package/src/mixins/locale.js +9 -0
- package/src/mixins/mobileMode.js +27 -0
- package/src/mixins/onlineHottable.js +105 -0
- package/src/mixins/onlineSubtable.js +468 -0
- package/src/mixins/permission.js +84 -0
- package/src/mixins/querySqlPreview.js +747 -0
- package/src/mixins/regionValidator.js +70 -0
- package/src/mixins/script.js +35 -0
- package/src/mixins/templatePreview.js +3673 -0
- package/src/service.js +336 -0
- package/src/services/CustomQuery.js +199 -0
- package/src/services/SubPagination.js +132 -0
- package/src/styles/index.scss +7 -0
- package/src/styles/selector.scss +127 -0
- package/src/styles/variables.scss +71 -0
- package/src/util/base64.js +21 -0
- package/src/util/brower.js +15 -0
- package/src/util/clone.js +61 -0
- package/src/util/path.js +4 -0
- package/src/util/request.js +14 -0
- package/src/utils.js +1205 -0
- package/src/validate.js +184 -0
|
@@ -0,0 +1,530 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="cl-picture">
|
|
3
|
+
<div class="cl-picture__images">
|
|
4
|
+
<el-card
|
|
5
|
+
v-for="(item, index) of imgList"
|
|
6
|
+
:key="index"
|
|
7
|
+
class="cl-picture__card"
|
|
8
|
+
:alt="t('cl.picture.viewOriginalImage')"
|
|
9
|
+
:body-style="bodyStyle"
|
|
10
|
+
>
|
|
11
|
+
<el-image
|
|
12
|
+
:key="index"
|
|
13
|
+
:src="item.url || getCurrentImgSrc(item)"
|
|
14
|
+
:style="style"
|
|
15
|
+
:preview-src-list="srcList"
|
|
16
|
+
class="cl-picture__item-img"
|
|
17
|
+
/>
|
|
18
|
+
<div class="cl-picture__footer">
|
|
19
|
+
<div class="cl-picture__name">
|
|
20
|
+
<template v-if="openUrl">
|
|
21
|
+
<a href="javascript:void(0);" @click="hrefClick()">
|
|
22
|
+
{{ item.fileName }}
|
|
23
|
+
</a>
|
|
24
|
+
</template>
|
|
25
|
+
<template v-else>
|
|
26
|
+
{{ item.fileName }}
|
|
27
|
+
</template>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="cl-picture__footer-btn">
|
|
30
|
+
<el-button
|
|
31
|
+
v-if="uploadType === 'local' && downloadable"
|
|
32
|
+
icon="el-icon-download"
|
|
33
|
+
class="cl-picture__download"
|
|
34
|
+
circle
|
|
35
|
+
@click="downloadPicture(item)"
|
|
36
|
+
/>
|
|
37
|
+
|
|
38
|
+
<el-popconfirm
|
|
39
|
+
v-if="permission != 'r'"
|
|
40
|
+
title="确定要删除吗?"
|
|
41
|
+
@confirm="handleDelete(item)"
|
|
42
|
+
>
|
|
43
|
+
<el-button slot="reference" icon="el-icon-delete" circle />
|
|
44
|
+
</el-popconfirm>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</el-card>
|
|
48
|
+
</div>
|
|
49
|
+
<file-upload
|
|
50
|
+
v-if="uploadType === 'local' && isUpload && !userAgentMobile"
|
|
51
|
+
ref="fileUpload"
|
|
52
|
+
v-model="inputVal"
|
|
53
|
+
class="cl-picture-upload"
|
|
54
|
+
:action-url="actionUrlVal"
|
|
55
|
+
:header="headerVal"
|
|
56
|
+
:on-success="handleSuccess"
|
|
57
|
+
:on-progress="onProgress"
|
|
58
|
+
:before-upload="beforeImgUpload"
|
|
59
|
+
:multiple="multiple"
|
|
60
|
+
:limit="limit"
|
|
61
|
+
:size="fileSize"
|
|
62
|
+
:accept="accept"
|
|
63
|
+
:show-file-list="false"
|
|
64
|
+
:with-credentials="withCredentials"
|
|
65
|
+
@clear="handleClear"
|
|
66
|
+
/>
|
|
67
|
+
<el-button
|
|
68
|
+
v-if="uploadType == 'web' && isUpload"
|
|
69
|
+
size="mini"
|
|
70
|
+
round
|
|
71
|
+
icon="el-icon-plus"
|
|
72
|
+
@click="openDialog"
|
|
73
|
+
>
|
|
74
|
+
{{ t('cl.picture.uploadButtonText') }}
|
|
75
|
+
</el-button>
|
|
76
|
+
<div class="cl-picture__mobile">
|
|
77
|
+
<input
|
|
78
|
+
id="upload"
|
|
79
|
+
ref="mobilePicRef"
|
|
80
|
+
class="cl-picture__hide-input"
|
|
81
|
+
type="file"
|
|
82
|
+
accept="image/*"
|
|
83
|
+
@change="handlePicChange($event)"
|
|
84
|
+
/>
|
|
85
|
+
<div class="camera" @click="clickPicture">
|
|
86
|
+
<el-button
|
|
87
|
+
v-if="userAgentMobile && uploadType == 'local'"
|
|
88
|
+
size="mini"
|
|
89
|
+
round
|
|
90
|
+
icon="el-icon-plus"
|
|
91
|
+
>
|
|
92
|
+
{{ t('cl.picture.uploadButtonText') }}
|
|
93
|
+
</el-button>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
<el-dialog
|
|
97
|
+
:visible.sync="dialogFormVisible"
|
|
98
|
+
:title="t('cl.picture.uploadWebImg')"
|
|
99
|
+
:close-on-click-modal="false"
|
|
100
|
+
:custom-class="isMobileClass"
|
|
101
|
+
>
|
|
102
|
+
<el-form ref="webImgFormRef" :model="webImages">
|
|
103
|
+
<cl-form-item :label="t('cl.picture.imgName')" label-width="100px">
|
|
104
|
+
<cl-input
|
|
105
|
+
v-model="webImages.fileName"
|
|
106
|
+
style="width: 100%"
|
|
107
|
+
:placeholder="t('cl.picture.imgNamePlaceHolder')"
|
|
108
|
+
validate="required"
|
|
109
|
+
/>
|
|
110
|
+
</cl-form-item>
|
|
111
|
+
<cl-form-item :label="t('cl.picture.imgUrl')" label-width="100px">
|
|
112
|
+
<cl-input
|
|
113
|
+
v-model="webImages.url"
|
|
114
|
+
style="width: 100%"
|
|
115
|
+
:placeholder="t('cl.picture.imgUrlPlaceHolder')"
|
|
116
|
+
validate="required"
|
|
117
|
+
/>
|
|
118
|
+
</cl-form-item>
|
|
119
|
+
<div class="cl-dialog-footer">
|
|
120
|
+
<el-button
|
|
121
|
+
type="primary"
|
|
122
|
+
size="small"
|
|
123
|
+
class="submit-button"
|
|
124
|
+
@click="handleSubmit"
|
|
125
|
+
>
|
|
126
|
+
{{ t('cl.common.confirm') }}
|
|
127
|
+
</el-button>
|
|
128
|
+
<el-button size="small" @click="dialogFormVisible = false">
|
|
129
|
+
{{ t('cl.common.close') }}
|
|
130
|
+
</el-button>
|
|
131
|
+
</div>
|
|
132
|
+
</el-form>
|
|
133
|
+
</el-dialog>
|
|
134
|
+
</div>
|
|
135
|
+
</template>
|
|
136
|
+
<script>
|
|
137
|
+
import permission from '@/mixins/permission.js'
|
|
138
|
+
import mobileMode from '@/mixins/mobileMode.js'
|
|
139
|
+
import locale from '@/mixins/locale.js'
|
|
140
|
+
|
|
141
|
+
import fileUpload from '../../FileUpload'
|
|
142
|
+
|
|
143
|
+
const { saveAs } = require('file-saver')
|
|
144
|
+
import { createObjectURL } from '@/util/brower.js'
|
|
145
|
+
import utils from '@/utils.js'
|
|
146
|
+
import _ from 'lodash'
|
|
147
|
+
|
|
148
|
+
export default {
|
|
149
|
+
name: 'ClPicture',
|
|
150
|
+
components: {
|
|
151
|
+
fileUpload,
|
|
152
|
+
},
|
|
153
|
+
mixins: [permission, mobileMode, locale],
|
|
154
|
+
props: {
|
|
155
|
+
value: {
|
|
156
|
+
type: String,
|
|
157
|
+
},
|
|
158
|
+
withCredentials: {
|
|
159
|
+
type: Boolean,
|
|
160
|
+
default: false,
|
|
161
|
+
},
|
|
162
|
+
uploadType: {
|
|
163
|
+
type: String,
|
|
164
|
+
default: '',
|
|
165
|
+
validator: (val) => ['web', 'local'].includes(val),
|
|
166
|
+
},
|
|
167
|
+
actionUrl: {
|
|
168
|
+
type: String,
|
|
169
|
+
default: '',
|
|
170
|
+
},
|
|
171
|
+
headers: Object,
|
|
172
|
+
imgHeight: [String, Number],
|
|
173
|
+
imgWidth: [String, Number],
|
|
174
|
+
limit: Number,
|
|
175
|
+
multiple: {
|
|
176
|
+
type: Boolean,
|
|
177
|
+
default: true,
|
|
178
|
+
},
|
|
179
|
+
allowPreview: {
|
|
180
|
+
type: Boolean,
|
|
181
|
+
default: true,
|
|
182
|
+
},
|
|
183
|
+
allowDownload: {
|
|
184
|
+
type: Boolean,
|
|
185
|
+
default: true,
|
|
186
|
+
},
|
|
187
|
+
fileSize: {
|
|
188
|
+
type: Number,
|
|
189
|
+
default: 6,
|
|
190
|
+
},
|
|
191
|
+
bodyStyle: {
|
|
192
|
+
type: Object,
|
|
193
|
+
default: () => {
|
|
194
|
+
return {
|
|
195
|
+
padding: '10px',
|
|
196
|
+
cursor: 'pointer',
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
onProgress: Function,
|
|
201
|
+
openUrl: {
|
|
202
|
+
type: String,
|
|
203
|
+
default: '',
|
|
204
|
+
},
|
|
205
|
+
flowData: {
|
|
206
|
+
type: Object,
|
|
207
|
+
default: () => {
|
|
208
|
+
return {}
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
data() {
|
|
213
|
+
return {
|
|
214
|
+
imgList: [], //上传成功展示图片列表
|
|
215
|
+
dialogFormVisible: false,
|
|
216
|
+
srcList: [], //图片预览url列表
|
|
217
|
+
webImages: {
|
|
218
|
+
fileName: '',
|
|
219
|
+
url: '',
|
|
220
|
+
},
|
|
221
|
+
accept: 'jpg,png,gif,ico,jpeg,GPG,PNG,GIF,JPEG',
|
|
222
|
+
refreshFileUploadDebounce: _.debounce(this.refreshFileUpload, 200),
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
computed: {
|
|
226
|
+
inputVal: {
|
|
227
|
+
get() {
|
|
228
|
+
let imgValue = []
|
|
229
|
+
if (utils.isEmpty(this.value)) {
|
|
230
|
+
imgValue = []
|
|
231
|
+
} else if (this.value.constructor == String) {
|
|
232
|
+
imgValue = [...JSON.parse(this.value)]
|
|
233
|
+
}
|
|
234
|
+
return imgValue
|
|
235
|
+
},
|
|
236
|
+
set() {},
|
|
237
|
+
},
|
|
238
|
+
downloadable() {
|
|
239
|
+
return (
|
|
240
|
+
this.inputWriteable ||
|
|
241
|
+
(this.permission_sub === 'r' && this.allowDownload)
|
|
242
|
+
)
|
|
243
|
+
},
|
|
244
|
+
preview() {
|
|
245
|
+
return (
|
|
246
|
+
this.inputWriteable ||
|
|
247
|
+
(this.permission_sub === 'r' && this.allowPreview)
|
|
248
|
+
)
|
|
249
|
+
},
|
|
250
|
+
style() {
|
|
251
|
+
return {
|
|
252
|
+
width: `${this.imgWidth || ''}px`,
|
|
253
|
+
height: `${this.imgHeight || ''}px`,
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
isUpload() {
|
|
257
|
+
return !['r', 'n'].includes(this.permission)
|
|
258
|
+
},
|
|
259
|
+
isUploadOne() {
|
|
260
|
+
return !this.multiple && this.inputVal.length + 1 > 1
|
|
261
|
+
},
|
|
262
|
+
isMobileClass() {
|
|
263
|
+
return this.userAgentMobile ? 'is-mobile' : 'form-dialog'
|
|
264
|
+
},
|
|
265
|
+
actionUrlVal: function() {
|
|
266
|
+
return this.actionUrl
|
|
267
|
+
? this.actionUrl
|
|
268
|
+
: this.$requestConfig.uploadUrl
|
|
269
|
+
? this.handlerUploadUrl
|
|
270
|
+
: 'https://jsonplaceholder.typicode.com/posts/'
|
|
271
|
+
},
|
|
272
|
+
handlerUploadUrl() {
|
|
273
|
+
const baseUrl = this.$requestConfig.uploadUrl
|
|
274
|
+
if (!this.flowData.defId) {
|
|
275
|
+
return baseUrl
|
|
276
|
+
}
|
|
277
|
+
const indexOfMark = baseUrl.indexOf('?')
|
|
278
|
+
if (indexOfMark == -1) {
|
|
279
|
+
return `${baseUrl}?defId=${this.flowData.defId}`
|
|
280
|
+
}
|
|
281
|
+
if (indexOfMark > -1 && indexOfMark == baseUrl.length - 1) {
|
|
282
|
+
return `${baseUrl}defId=${this.flowData.defId}`
|
|
283
|
+
}
|
|
284
|
+
if (indexOfMark > -1 && indexOfMark < baseUrl.length - 1) {
|
|
285
|
+
return `${baseUrl}&defId=${this.flowData.defId}`
|
|
286
|
+
}
|
|
287
|
+
return baseUrl
|
|
288
|
+
},
|
|
289
|
+
headerVal: function() {
|
|
290
|
+
return this.headers
|
|
291
|
+
? this.headers
|
|
292
|
+
: this.$requestConfig.header
|
|
293
|
+
? this.$requestConfig.header()
|
|
294
|
+
: null
|
|
295
|
+
},
|
|
296
|
+
},
|
|
297
|
+
watch: {
|
|
298
|
+
imgList: {
|
|
299
|
+
handler() {
|
|
300
|
+
this.syncSrcList()
|
|
301
|
+
},
|
|
302
|
+
deep: true,
|
|
303
|
+
immediate: true,
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
mounted() {
|
|
307
|
+
if (this.value) {
|
|
308
|
+
this.initData()
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
methods: {
|
|
312
|
+
initData() {
|
|
313
|
+
const currentImgList =
|
|
314
|
+
this.value.constructor == String ? JSON.parse(this.value) : this.value
|
|
315
|
+
if (currentImgList.length && currentImgList.length > 0) {
|
|
316
|
+
this.imgList = currentImgList
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
getCurrentImgSrc(item) {
|
|
320
|
+
const this_ = this
|
|
321
|
+
if (item && item.response.fileId) {
|
|
322
|
+
this.$requestConfig.getImgSrc(item.response.fileId).then((res) => {
|
|
323
|
+
if (res.size > 0) {
|
|
324
|
+
const reader = new FileReader()
|
|
325
|
+
reader.readAsDataURL(res)
|
|
326
|
+
reader.onload = function(e) {
|
|
327
|
+
// this_.$set(item, 'url', e.target.result)
|
|
328
|
+
item.url = e.target.result
|
|
329
|
+
if (this_.imgList && this_.imgList.length > 0) {
|
|
330
|
+
const firstItem = this_.imgList[0]
|
|
331
|
+
this_.$set(this_.imgList, 0, firstItem)
|
|
332
|
+
this_.syncSrcList()
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
})
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
syncSrcList() {
|
|
340
|
+
const urlList = this.imgList.map((file) => file.url)
|
|
341
|
+
this.srcList = this.preview ? urlList : []
|
|
342
|
+
},
|
|
343
|
+
downloadPicture(file) {
|
|
344
|
+
// 组件单独绑定了download事件
|
|
345
|
+
if (this.$options._parentListeners.download) {
|
|
346
|
+
this.$emit('download', file)
|
|
347
|
+
}
|
|
348
|
+
// 未绑定时触发全局download事件处理函数
|
|
349
|
+
else if (this.$requestConfig.download) {
|
|
350
|
+
this.$requestConfig
|
|
351
|
+
.download(file.fileId || file.response ? file.response.fileId : '')
|
|
352
|
+
.then(({ data, headers }) => {
|
|
353
|
+
// 附件下载
|
|
354
|
+
const fileName = decodeURIComponent(
|
|
355
|
+
headers['content-disposition']
|
|
356
|
+
.split(';')[1]
|
|
357
|
+
.split('filename=')[1]
|
|
358
|
+
)
|
|
359
|
+
const blob = new Blob([data])
|
|
360
|
+
saveAs(blob, fileName)
|
|
361
|
+
})
|
|
362
|
+
.catch((err) => {
|
|
363
|
+
this.$message.error(`附件下载失败:${err}`)
|
|
364
|
+
})
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
handleDelete(item) {
|
|
368
|
+
let currentFileLsit = utils.isEmpty(this.value)
|
|
369
|
+
? []
|
|
370
|
+
: this.value.constructor == String
|
|
371
|
+
? JSON.parse(this.value)
|
|
372
|
+
: this.value
|
|
373
|
+
const index = currentFileLsit.findIndex((file) => file.uid == item.uid)
|
|
374
|
+
currentFileLsit.splice(index, 1)
|
|
375
|
+
this.imgList.splice(index, 1)
|
|
376
|
+
this.$emit(
|
|
377
|
+
'input',
|
|
378
|
+
currentFileLsit.length > 0 ? JSON.stringify(currentFileLsit) : ''
|
|
379
|
+
)
|
|
380
|
+
if (this.uploadType === 'local') {
|
|
381
|
+
this.refreshFileUploadDebounce()
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
handlePicChange(e) {
|
|
385
|
+
const imgData = e.target.files
|
|
386
|
+
if (this.isPictureType(imgData[0].name)) return this.toast()
|
|
387
|
+
const url = createObjectURL(imgData[0])
|
|
388
|
+
this.setImgList({
|
|
389
|
+
fileName: imgData[0].name,
|
|
390
|
+
url,
|
|
391
|
+
})
|
|
392
|
+
this.webImages.url = url
|
|
393
|
+
},
|
|
394
|
+
clickPicture() {
|
|
395
|
+
this.$refs.mobilePicRef.click()
|
|
396
|
+
},
|
|
397
|
+
handleSubmit() {
|
|
398
|
+
if (this.isUploadOne)
|
|
399
|
+
return this.$message({
|
|
400
|
+
type: 'warning',
|
|
401
|
+
message: this.t('cl.picture.onlyUploadOne'),
|
|
402
|
+
})
|
|
403
|
+
if (
|
|
404
|
+
this.inputVal.length + 1 > this.limit ||
|
|
405
|
+
this.srcList.length + 1 > this.limit
|
|
406
|
+
)
|
|
407
|
+
return this.$message({
|
|
408
|
+
type: 'warning',
|
|
409
|
+
message: this.t('cl.picture.limitCountTip', { limit: this.limit }),
|
|
410
|
+
})
|
|
411
|
+
this.setImgList(this.webImages)
|
|
412
|
+
this.dialogFormVisible = false
|
|
413
|
+
},
|
|
414
|
+
openDialog() {
|
|
415
|
+
this.dialogFormVisible = true
|
|
416
|
+
this.$nextTick(() => {
|
|
417
|
+
this.$refs.webImgFormRef.resetFields()
|
|
418
|
+
this.webImages = {
|
|
419
|
+
fileName: '',
|
|
420
|
+
url: '',
|
|
421
|
+
}
|
|
422
|
+
})
|
|
423
|
+
},
|
|
424
|
+
setImgList(files) {
|
|
425
|
+
this.imgList.push({
|
|
426
|
+
...files,
|
|
427
|
+
uid: `${new Date().getTime()}_${Math.ceil(Math.random() * 10)}`,
|
|
428
|
+
})
|
|
429
|
+
},
|
|
430
|
+
handleSuccess(response, file, fileList) {
|
|
431
|
+
if (this.isUploadOne) return
|
|
432
|
+
const url = createObjectURL(file.raw)
|
|
433
|
+
this.imgList.push({ ...file, url, fileName: file.name })
|
|
434
|
+
this.$emit('input', JSON.stringify(fileList))
|
|
435
|
+
this.$emit('on-success', response, file, fileList)
|
|
436
|
+
this.refreshFileUploadDebounce()
|
|
437
|
+
},
|
|
438
|
+
beforeImgUpload(file) {
|
|
439
|
+
if (this.isPictureType(file.name)) {
|
|
440
|
+
this.toast()
|
|
441
|
+
return false
|
|
442
|
+
}
|
|
443
|
+
if (this.isUploadOne)
|
|
444
|
+
return this.$message({
|
|
445
|
+
type: 'warning',
|
|
446
|
+
message: this.t('cl.picture.onlyUploadOne'),
|
|
447
|
+
})
|
|
448
|
+
},
|
|
449
|
+
clearForm() {
|
|
450
|
+
this.webImages.fileName = ''
|
|
451
|
+
this.webImages.url = ''
|
|
452
|
+
},
|
|
453
|
+
isPictureType(name) {
|
|
454
|
+
const fileType = name.replace(/.+\./, '')
|
|
455
|
+
const allowedTypeArr = this.accept.split(',')
|
|
456
|
+
return allowedTypeArr.indexOf(fileType.toLowerCase()) === -1
|
|
457
|
+
},
|
|
458
|
+
toast() {
|
|
459
|
+
this.$message({
|
|
460
|
+
type: 'warning',
|
|
461
|
+
message: this.t('cl.picture.limitTypeTip'),
|
|
462
|
+
})
|
|
463
|
+
},
|
|
464
|
+
handleClear() {
|
|
465
|
+
this.imgList = []
|
|
466
|
+
this.srcList = []
|
|
467
|
+
},
|
|
468
|
+
// 同步附件数据到上传组件
|
|
469
|
+
refreshFileUpload() {
|
|
470
|
+
this.$nextTick(() => {
|
|
471
|
+
this.$refs.fileUpload.reload(this.inputVal)
|
|
472
|
+
})
|
|
473
|
+
},
|
|
474
|
+
hrefClick() {
|
|
475
|
+
let url = this.openUrl
|
|
476
|
+
.replaceAll('${mvue}', window.context.manage)
|
|
477
|
+
.replaceAll('${fvue}', window.context.front)
|
|
478
|
+
.replaceAll('${front}', window.context.front)
|
|
479
|
+
|
|
480
|
+
window.open(url, '_blank')
|
|
481
|
+
},
|
|
482
|
+
},
|
|
483
|
+
}
|
|
484
|
+
</script>
|
|
485
|
+
<style lang="scss" scoped>
|
|
486
|
+
.cl-picture {
|
|
487
|
+
&__images {
|
|
488
|
+
display: flex;
|
|
489
|
+
flex-wrap: wrap;
|
|
490
|
+
margin: 10px;
|
|
491
|
+
}
|
|
492
|
+
&__card {
|
|
493
|
+
margin-right: 10px;
|
|
494
|
+
margin-bottom: 10px;
|
|
495
|
+
}
|
|
496
|
+
&__item-img {
|
|
497
|
+
height: 240px;
|
|
498
|
+
width: 260px;
|
|
499
|
+
border-radius: 4px;
|
|
500
|
+
}
|
|
501
|
+
&__footer {
|
|
502
|
+
height: 32px;
|
|
503
|
+
display: flex;
|
|
504
|
+
justify-content: space-between;
|
|
505
|
+
}
|
|
506
|
+
&__name {
|
|
507
|
+
line-height: 32px;
|
|
508
|
+
font-size: 12px;
|
|
509
|
+
}
|
|
510
|
+
&__hide-input {
|
|
511
|
+
display: none;
|
|
512
|
+
}
|
|
513
|
+
.is-mobile {
|
|
514
|
+
width: 84% !important;
|
|
515
|
+
margin-top: 30vh !important;
|
|
516
|
+
}
|
|
517
|
+
.cl-picture__download {
|
|
518
|
+
margin-right: 10px;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
.form-dialog {
|
|
522
|
+
.cl-dialog-footer {
|
|
523
|
+
text-align: center;
|
|
524
|
+
.submit-button {
|
|
525
|
+
width: unset;
|
|
526
|
+
margin-right: 10px;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
</style>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import echarts from 'echarts/lib/echarts'
|
|
2
|
+
import ecStat from 'echarts-stat'
|
|
3
|
+
import 'echarts/lib/chart/bar'
|
|
4
|
+
import 'echarts/lib/chart/line'
|
|
5
|
+
import 'echarts/lib/chart/pie'
|
|
6
|
+
import 'echarts/lib/chart/scatter'
|
|
7
|
+
import 'echarts/lib/chart/radar'
|
|
8
|
+
import 'echarts/lib/chart/lines'
|
|
9
|
+
import 'echarts/lib/chart/graph'
|
|
10
|
+
import 'echarts/lib/chart/gauge'
|
|
11
|
+
import 'echarts/lib/chart/funnel'
|
|
12
|
+
import 'echarts/lib/chart/themeRiver'
|
|
13
|
+
|
|
14
|
+
import 'echarts/lib/component/title'
|
|
15
|
+
import 'echarts/lib/component/legend'
|
|
16
|
+
import 'echarts/lib/component/tooltip'
|
|
17
|
+
import 'echarts/lib/component/markPoint'
|
|
18
|
+
import 'echarts/lib/component/markLine'
|
|
19
|
+
import 'echarts/lib/component/markArea'
|
|
20
|
+
import 'echarts/lib/component/timeline'
|
|
21
|
+
import 'echarts/lib/component/toolbox'
|
|
22
|
+
|
|
23
|
+
const Echarts = {}
|
|
24
|
+
|
|
25
|
+
Echarts.install = function(Vue) {
|
|
26
|
+
Vue.prototype.$echarts = echarts
|
|
27
|
+
Vue.prototype.$ecStat = ecStat
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export default Echarts
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import VueAMap from 'vue-amap'
|
|
2
|
+
|
|
3
|
+
const Map = {}
|
|
4
|
+
const options = {
|
|
5
|
+
// 高德的key
|
|
6
|
+
key: '1f8f479e9b787974efaa9bda1bf8ef92',
|
|
7
|
+
// 插件集合
|
|
8
|
+
plugin: [
|
|
9
|
+
'AMap.Autocomplete',
|
|
10
|
+
'AMap.PlaceSearch',
|
|
11
|
+
'AMap.OverView',
|
|
12
|
+
'AMap.MapType',
|
|
13
|
+
'AMap.PolyEditor',
|
|
14
|
+
'AMap.CircleEditor',
|
|
15
|
+
'AMap.Geolocation',
|
|
16
|
+
'AMap.PlaceSearch',
|
|
17
|
+
'AMap.Geocoder',
|
|
18
|
+
],
|
|
19
|
+
// 默认高德 sdk 版本为 1.4.4
|
|
20
|
+
v: '1.4.4',
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
Map.install = function(Vue, opts) {
|
|
24
|
+
Object.assign(options, opts || {})
|
|
25
|
+
Vue.use(VueAMap)
|
|
26
|
+
VueAMap.initAMapApiLoader(options)
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export default Map
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import PreviewComponent from '../Preview/src/main.vue'
|
|
3
|
+
|
|
4
|
+
const PreviewerConstructor = Vue.extend(PreviewComponent)
|
|
5
|
+
const previewId = 'previewEle'
|
|
6
|
+
let instance,
|
|
7
|
+
options = {}
|
|
8
|
+
|
|
9
|
+
const initInstance = () => {
|
|
10
|
+
const ele = document.createElement('div')
|
|
11
|
+
ele.id = previewId
|
|
12
|
+
|
|
13
|
+
instance = new PreviewerConstructor({
|
|
14
|
+
el: ele,
|
|
15
|
+
propsData: options,
|
|
16
|
+
})
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const preview = (file) => {
|
|
20
|
+
if (!instance) {
|
|
21
|
+
initInstance()
|
|
22
|
+
}
|
|
23
|
+
instance.dialogVisible = false
|
|
24
|
+
instance.mode = null
|
|
25
|
+
instance.src = null
|
|
26
|
+
instance.loading = false
|
|
27
|
+
instance.tempTitle = null
|
|
28
|
+
instance.errorMessage = null
|
|
29
|
+
|
|
30
|
+
if (!document.querySelector(`#${previewId}`)) {
|
|
31
|
+
document.body.appendChild(instance.$el)
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (options.before) {
|
|
35
|
+
instance.preview(options.before(file), file.name)
|
|
36
|
+
} else {
|
|
37
|
+
throw `There must have 'before' fn when use Preview Plugin.`
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const Preview = {}
|
|
42
|
+
|
|
43
|
+
Preview.install = function(Vue, opts) {
|
|
44
|
+
Vue.component('ClPreview', PreviewComponent)
|
|
45
|
+
Object.assign(options, opts || {})
|
|
46
|
+
Vue.prototype.$preview = preview
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export default Preview
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const wangeditor = {}
|
|
2
|
+
|
|
3
|
+
wangeditor.install = function(Vue, config) {
|
|
4
|
+
Vue.prototype.$WangEditor = require('wangeditor')
|
|
5
|
+
// 如果提供的token是方法则延迟后执行该方法来获取token值(解决部分情况下,获取token的方法无法获取到值的情况)
|
|
6
|
+
if (
|
|
7
|
+
config &&
|
|
8
|
+
config.uploadImgHeaders &&
|
|
9
|
+
config.uploadImgHeaders.Authorization &&
|
|
10
|
+
typeof config.uploadImgHeaders.Authorization == 'function'
|
|
11
|
+
) {
|
|
12
|
+
setTimeout(() => {
|
|
13
|
+
config.uploadImgHeaders.Authorization = config.uploadImgHeaders.Authorization.apply()
|
|
14
|
+
}, 300)
|
|
15
|
+
}
|
|
16
|
+
Vue.prototype.$WangEditorConfig = config || {}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export default wangeditor
|
|
Binary file
|
|
Binary file
|