n20-common-lib 2.6.55 → 2.6.56

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.6.55",
3
+ "version": "2.6.56",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -373,12 +373,12 @@ export default {
373
373
  created() {
374
374
  getJsonc('/server-config.jsonc').then(({ _layoutData = {}, loginSetting }) => {
375
375
  let _loginSetting = loginSetting || _layoutData.loginSetting
376
- this.headerLogoUrl = realUrl(_layoutData.headerLogoUrl, true)
376
+ this.headerLogoUrl = realUrl(_layoutData.headerLogoUrl)
377
377
  this.headerLogoWidth = _layoutData.headerLogoWidth
378
378
  this.headerLogoHeight = _layoutData.headerLogoHeight
379
379
  this.headerTitle = _layoutData.headerTitle
380
380
  this.headerColor = _layoutData.headerColor
381
- this.headerBgUrl = realUrl(_layoutData.headerBgUrl, true)
381
+ this.headerBgUrl = realUrl(_layoutData.headerBgUrl)
382
382
  this.headerBgColor = _layoutData.headerBgColor
383
383
  this.hideHelpDoc = _layoutData.hideHelpDoc
384
384
  this.hideLang = _layoutData.hideLang
@@ -391,7 +391,7 @@ export default {
391
391
  this.show = true
392
392
 
393
393
  this.getUserImg().catch(() => {
394
- this.headerUserUrl = realUrl(_layoutData.headerUserUrl, true)
394
+ this.headerUserUrl = realUrl(_layoutData.headerUserUrl)
395
395
  })
396
396
 
397
397
  this.getByLabel().then(() => {