refactor:文件分割,上传,转换工具
Showing
api/convertApi.js
0 → 100644
api/fileApi.js
0 → 100644
api/warningReportApi.js
0 → 100644
example/store/index.js
0 → 100644
lib/img/success.a814ad10.png
0 → 100644
10.2 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -10,9 +10,12 @@ | ... | @@ -10,9 +10,12 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.27.2", | "axios": "^0.27.2", | ||
| "core-js": "^3.8.3", | "core-js": "^3.25.0", | ||
| "element-ui": "^2.15.9", | "element-ui": "^2.9.2", | ||
| "vue": "^2.6.14" | "moment": "^2.29.4", | ||
| "vue": "^2.6.14", | |||
| "vuex": "^3.4.0", | |||
| "xlsx": "^0.18.5" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@vue/cli-plugin-babel": "~5.0.0", | "@vue/cli-plugin-babel": "~5.0.0", | ||
| ... | @@ -21,10 +24,9 @@ | ... | @@ -21,10 +24,9 @@ |
| "sass-loader": "^12.0.0", | "sass-loader": "^12.0.0", | ||
| "vue-template-compiler": "^2.6.14" | "vue-template-compiler": "^2.6.14" | ||
| }, | }, | ||
| "peerDependencies":{ | "peerDependencies": { | ||
| "element-ui": "^2.15.9", | "sass-loader": "^12.0.0", | ||
| "vue": "^2.6.14", | "vue": "^2.6.14" | ||
| "sass-loader": "^12.0.0" | |||
| }, | }, | ||
| "browserslist": [ | "browserslist": [ | ||
| "> 1%", | "> 1%", | ||
| ... | ... |
packages/fileSplit/index.js
0 → 100644
5.72 KB
10.2 KB
packages/upload/index.js
0 → 100644
utils/requestService.js
0 → 100644