-
{{ $t("Notifications") }}
-
- {{ $t("Not available, please setup.") }}
-
-
- {{ $t("notificationDescription") }}
-
+
+
+
{{ $t("Notifications") }}
+
+ {{ $t("Not available, please setup.") }}
+
+
+ {{ $t("notificationDescription") }}
+
-
+
-
+
+
+
{{ $t("Info") }}
{{ $t("Version") }}: {{ $root.info.version }}
@@ -531,6 +554,10 @@ export default {
}
});
},
+
+ autoGetPrimaryBaseURL() {
+ this.settings.primaryBaseURL = location.protocol + "//" + location.host;
+ }
},
};