n20-common-lib 2.6.73 → 2.6.74

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.73",
3
+ "version": "2.6.74",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -259,13 +259,13 @@ export default {
259
259
  created() {
260
260
  getJsonc('/server-config.jsonc').then(({ _layoutData = {}, loginSetting }) => {
261
261
  let _loginSetting = loginSetting || _layoutData.loginSetting
262
- this.headerLogoUrl = realUrl(_layoutData.headerLogoUrl, true)
263
- this.headerUserUrl = realUrl(_layoutData.headerUserUrl, true)
262
+ this.headerLogoUrl = realUrl(_layoutData.headerLogoUrl)
263
+ this.headerUserUrl = realUrl(_layoutData.headerUserUrl)
264
264
  this.headerLogoWidth = _layoutData.headerLogoWidth
265
265
  this.headerLogoHeight = _layoutData.headerLogoHeight
266
266
  this.headerTitle = _layoutData.headerTitle
267
267
  this.headerColor = _layoutData.headerColor
268
- this.headerBgUrl = realUrl(_layoutData.headerBgUrl, true)
268
+ this.headerBgUrl = realUrl(_layoutData.headerBgUrl)
269
269
  this.headerBgColor = _layoutData.headerBgColor
270
270
  this.hideHelpDoc = _layoutData.hideHelpDoc
271
271
  this.hideLang = _layoutData.hideLang