@lambo-design/shared 1.0.0-beta.334 → 1.0.0-beta.335
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambo-design/shared",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.335",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"nanoid": "^3.3.7",
|
|
27
27
|
"node-rsa": "^1.1.1",
|
|
28
28
|
"qs": "^6.11.0",
|
|
29
|
-
"@lambo-design/xlsx
|
|
30
|
-
"@lambo-design/xlsx": "^1.0.0-beta.
|
|
29
|
+
"@lambo-design/xlsx": "^1.0.0-beta.2",
|
|
30
|
+
"@lambo-design/xlsx-style": "^1.0.0-beta.9"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"vue": "^2.6.12"
|
|
@@ -66,7 +66,7 @@ function requestInterceptors(config) {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
// 添加防止重复提交
|
|
69
|
-
if(process.env.VUE_APP_IF_OPEN_NO_REPEAT_SUBMIT && process.env.VUE_APP_IF_OPEN_NO_REPEAT_SUBMIT === "true"){
|
|
69
|
+
// if(process.env.VUE_APP_IF_OPEN_NO_REPEAT_SUBMIT && process.env.VUE_APP_IF_OPEN_NO_REPEAT_SUBMIT === "true"){
|
|
70
70
|
// if(throttle(config)){
|
|
71
71
|
// return Promise.reject(new Error('数据正在处理,请勿重复提交'));
|
|
72
72
|
// }
|
|
@@ -77,7 +77,7 @@ function requestInterceptors(config) {
|
|
|
77
77
|
// cancelToken.removePending(config)
|
|
78
78
|
// config = cancelToken.addPending(config)
|
|
79
79
|
// }
|
|
80
|
-
}
|
|
80
|
+
// }
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
return config;
|