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