- fix: refresh token, codice di errore ...
This commit is contained in:
@@ -2998,7 +2998,7 @@ export const tools = {
|
||||
},
|
||||
|
||||
getimglogo() {
|
||||
return `images/${import.meta.env.VITE_LOGO_REG}`
|
||||
return `/images/${import.meta.env.VITE_LOGO_REG}`
|
||||
},
|
||||
|
||||
consolelogpao(strlog: string, strlog2: any = '', strlog3: any = '') {
|
||||
@@ -9238,18 +9238,18 @@ export const tools = {
|
||||
|
||||
let addtourl = ''
|
||||
if (!gallerylist) {
|
||||
return 'images/noimg.png';
|
||||
return '/images/noimg.png';
|
||||
}
|
||||
if (gallerylist && gallerylist.vers_img) {
|
||||
addtourl = '?v=' + gallerylist.vers_img
|
||||
}
|
||||
|
||||
if (gallerylist && !gallerylist.imagefile) {
|
||||
return 'images/noimg.png';
|
||||
return '/images/noimg.png';
|
||||
}
|
||||
if (gallerylist) {
|
||||
if (this.getextfile(gallerylist.imagefile) === 'pdf')
|
||||
return 'images/images/pdf.jpg'
|
||||
return '/images/images/pdf.jpg'
|
||||
else {
|
||||
if (this.contieneSlash(gallerylist.imagefile)) {
|
||||
return gallerylist.imagefile + addtourl
|
||||
@@ -9259,7 +9259,7 @@ export const tools = {
|
||||
}
|
||||
|
||||
} else {
|
||||
return 'images/noimg.png';
|
||||
return '/images/noimg.png';
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user