修改URL

This commit is contained in:
结发受长生 2019-07-08 21:19:00 +08:00
parent 0e94c2d863
commit 699e807bf1

View File

@ -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