n20-common-lib 2.1.2 → 2.1.3
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
|
@@ -523,7 +523,9 @@ export default {
|
|
|
523
523
|
getUserImg() {
|
|
524
524
|
return this.$axios
|
|
525
525
|
.get(`/bems/1.0/attach/${this.userNo}_img`, null, {
|
|
526
|
-
responseType: 'blob'
|
|
526
|
+
responseType: 'blob',
|
|
527
|
+
loading: false,
|
|
528
|
+
noMsg: true
|
|
527
529
|
})
|
|
528
530
|
.then((login) => {
|
|
529
531
|
this.headerUserUrl = window.URL.createObjectURL(login)
|