n20-common-lib 1.3.131 → 1.3.133

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": "1.3.131",
3
+ "version": "1.3.133",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -128,7 +128,7 @@ export default {
128
128
  return this.pageData.SYSTEM_NAME?.pmValue || this.jsonData.loginLogoText || ''
129
129
  },
130
130
  loginCopyright() {
131
- return this.jsonData.loginCopyright || ''
131
+ return this.pageData.MAIN_PAGE_TEXT?.pmValue || this.jsonData.loginCopyright || ''
132
132
  },
133
133
  loginSloganHtml() {
134
134
  return this.jsonData.loginSloganHtml || ''
@@ -234,6 +234,7 @@ export default {
234
234
 
235
235
  return axios.post(opt.action, FD, {
236
236
  headers: Object.assign(auth.setHeaders(this.headers), { 'Content-Type': 'multipart/form-data' }),
237
+ loading: false,
237
238
  onUploadProgress: (arg) => {
238
239
  if (opt.onProgress) {
239
240
  arg.percent = arg.progress * 100