From 699e807bf1b159f93f73f6d9f8baf0d6b16fa624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Mon, 8 Jul 2019 21:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/source-src/js/slider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/yilia/source-src/js/slider.js b/themes/yilia/source-src/js/slider.js index 1ac3fa7..6d83f17 100644 --- a/themes/yilia/source-src/js/slider.js +++ b/themes/yilia/source-src/js/slider.js @@ -100,7 +100,7 @@ new Vue({ this.fullTextSearchTip = undefined let params = Object.assign({}, this.fullTextSearch) params.words = this.fullTextSearchWords - axios.get(/*window.themeConfig.root + 'api/common/search'*/ 'http://localhost:3301/common/search', {params}).then(res => { + axios.get(window.themeConfig.root + 'api/common/search', {params}).then(res => { this.fullTextSearchItems.isLoading = false fullTextSearchTimer = null let result = res.data