From e6dabca449087b63acdf8fc229b52bfcca79cf0d Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 1 May 2019 14:45:16 +0800 Subject: [PATCH] JS lint. --- src/views/system/Installation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {