n20-common-lib 2.5.13 → 2.5.14

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.5.13",
3
+ "version": "2.5.14",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -416,7 +416,7 @@ export default {
416
416
  methods: {
417
417
  getIsImgCode() {
418
418
  axios
419
- .get(`/bems/prod_1.0/uas/api/authorization/isimgcode`, null, { loading: false, onMsg: true })
419
+ .get(`/bems/prod_1.0/uas/api/authorization/isimgcode`, null, { loading: false, noMsg: true })
420
420
  .then(({ data }) => {
421
421
  this.isImageCode = data
422
422
  })