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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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)