cloud-web-corejs 1.0.66 → 1.0.67
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 +1 -1
- package/src/components/excelExport/mixins.js +1 -1
- package/src/components/fileLibrary/mixins/indexMixins.js +0 -1
- package/src/components/table/index.js +1 -1
- package/src/utils/request.js +28 -28
- package/src/utils/vab.js +1 -1
- package/src/views/user/outLink/form_view.vue +39 -12
- package/src/views/user/outLink/view.vue +28 -23
@@ -1766,7 +1766,6 @@ modules = {
|
|
1766
1766
|
let fileObjAuth = this.fileObjAuth;
|
1767
1767
|
if (attachment.dirs || !fileObjAuth.downloadAuth) return
|
1768
1768
|
let url = attachment.domain + attachment.url;
|
1769
|
-
debugger
|
1770
1769
|
if (this.fileStoreArea.toDownWatermark && fileObjAuth.downWatermarkAuth) {
|
1771
1770
|
let loginAccount = this.$store.getters.loginAccount;
|
1772
1771
|
url += '?_w=' + encode(loginAccount)
|