Skip to content

Commit 8dbb495

Browse files
committed
补提交文件
1 parent 25e3444 commit 8dbb495

File tree

6 files changed

+7
-18
lines changed

6 files changed

+7
-18
lines changed

dist/images/widgets/upload_icon.png

612 Bytes
Loading

dist/leaflet/iclient9-leaflet-es6.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62963,16 +62963,12 @@ let FileReaderUtil = {
6296362963
// CONCATENATED MODULE: ./src/common/widgets/index.js
6296462964
//数据
6296562965

62966-
62967-
62968-
6296962966
//组件
6297062967

62968+
//工具类
6297162969

6297262970

6297362971

62974-
//工具类
62975-
6297662972

6297762973

6297862974
// CONCATENATED MODULE: ./src/common/index.js

dist/leaflet/iclient9-leaflet.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74582,16 +74582,13 @@ var _fileModel = __webpack_require__(414);
7458274582

7458374583
var _util = __webpack_require__(413);
7458474584

74585+
//组件
7458574586
exports.FileTypes = _CommonTypes.FileTypes;
7458674587
exports.FileConfig = _CommonTypes.FileConfig;
74587-
74588-
//组件
74588+
//工具类
7458974589
//数据
7459074590

7459174591
exports.FileModel = _fileModel.FileModel;
74592-
74593-
//工具类
74594-
7459574592
exports.widgetsUtil = _util.widgetsUtil;
7459674593
exports.FileReaderUtil = _util.FileReaderUtil;
7459774594

src/common/widgets/css/openFile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
left: 10px;
6262
height: 14px;
6363
width: 18px;
64-
background: url("../../../../dist/images/widgets/addData/upload_icon.png") no-repeat;
64+
background: url("../../../../dist/images/widgets/upload_icon.png") no-repeat;
6565
margin: auto auto;
6666
padding-right: 5px;
6767
}

src/common/widgets/index.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
//数据
22
import {FileTypes, FileConfig} from './CommonTypes';
3-
4-
export {FileTypes, FileConfig}
5-
63
//组件
74
import {FileModel} from './openFile/fileModel';
8-
9-
export {FileModel};
10-
115
//工具类
126
import {widgetsUtil, FileReaderUtil} from './util';
137

8+
export {FileTypes, FileConfig}
9+
export {FileModel};
1410
export {widgetsUtil, FileReaderUtil};

src/common/widgets/util/FileReaderUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import XLSX from 'xlsx'
2-
import {FileTypes} from '../CommonTypes.js';
2+
import {FileTypes} from '../CommonTypes';
33

44
export let FileReaderUtil = {
55

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy