Commit 3aa157e7 authored by yaya's avatar yaya

feat: 页面优化

parent 04b3a676
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
* 获取类目列表 * 获取类目列表
**/ **/
handleGetCategory() { handleGetCategory() {
axios.post('http://xhs-py.wanwudezhi.work/getCategory') axios.post('http://xhs-py.wanwudezhi.com/getCategory')
.then(res => { .then(res => {
console.log('===类目列表', res.data) console.log('===类目列表', res.data)
this.categoryList = res.data.data this.categoryList = res.data.data
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
return return
} }
this.listLoading = true this.listLoading = true
axios.post('http://xhs-py.wanwudezhi.work/countKeyword', axios.post('http://xhs-py.wanwudezhi.com/countKeyword',
this.listQuery) this.listQuery)
.then(res => { .then(res => {
this.listLoading = false this.listLoading = false
......
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
* 获取类目列表 * 获取类目列表
**/ **/
handleGetCategory() { handleGetCategory() {
axios.post('http://xhs-py.wanwudezhi.work/getCategory') axios.post('http://xhs-py.wanwudezhi.com/getCategory')
.then(res => { .then(res => {
console.log('===类目列表', res.data) console.log('===类目列表', res.data)
this.categoryList = res.data.data this.categoryList = res.data.data
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
// this.listLoading = false // this.listLoading = false
// }) // })
this.listLoading = true this.listLoading = true
axios.post('http://xhs-py.wanwudezhi.work/findNoteSoareData', axios.post('http://xhs-py.wanwudezhi.com/findNoteSoareData',
this.listQuery) this.listQuery)
.then(res => { .then(res => {
this.list = res.data.data.data this.list = res.data.data.data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment