Created Test Environment test.freeplanet.app

and Server: /var/www/test.freeplanet_server
This commit is contained in:
Paolo Arena
2021-09-28 23:44:55 +02:00
parent c16d444d1b
commit 489c4fecc7
39 changed files with 230 additions and 108 deletions

View File

@@ -12,9 +12,9 @@ import { useI18n } from '@/boot/i18n'
export default function () {
function getImgEvent(event: IEvents) {
if (!!event.img)
return 'statics/' + event.img
return 'public/' + event.img
else
return 'statics/images/noimg.png'
return 'public/images/noimg.png'
}
function getStyleByEvent(event: IEvents, visu: boolean) {