|
@@ -150,7 +150,9 @@ onMounted(async () => {
|
|
|
|
|
|
const QECSConfig = $computed(() => store.QECSConfig);
|
|
|
|
|
|
-const logoPath = $computed(() => QECSConfig.LOGO_FILE_URL || "");
|
|
|
+const logoPath = $computed(() =>
|
|
|
+ QECSConfig.LOGO_FILE_URL ? QECSConfig.LOGO_FILE_URL + "?v=" + Date.now() : ""
|
|
|
+);
|
|
|
const backgroundUrl = $computed(
|
|
|
() =>
|
|
|
`url(${
|