diff --git a/src/views/system/Installation.vue b/src/views/system/Installation.vue index 3344c6a3..72f930c8 100644 --- a/src/views/system/Installation.vue +++ b/src/views/system/Installation.vue @@ -229,7 +229,7 @@ export default { } }, created() { - this.installation.url = window.location.protocol+"//"+window.location.host + this.installation.url = window.location.protocol + '//' + window.location.host }, methods: { handleMigrationUpload(data) {