Commit 3aa157e7 authored by yaya's avatar yaya

feat: 页面优化

parent 04b3a676
......@@ -114,7 +114,7 @@ export default {
* 获取类目列表
**/
handleGetCategory() {
axios.post('http://xhs-py.wanwudezhi.work/getCategory')
axios.post('http://xhs-py.wanwudezhi.com/getCategory')
.then(res => {
console.log('===类目列表', res.data)
this.categoryList = res.data.data
......@@ -138,7 +138,7 @@ export default {
return
}
this.listLoading = true
axios.post('http://xhs-py.wanwudezhi.work/countKeyword',
axios.post('http://xhs-py.wanwudezhi.com/countKeyword',
this.listQuery)
.then(res => {
this.listLoading = false
......
......@@ -135,7 +135,7 @@ export default {
* 获取类目列表
**/
handleGetCategory() {
axios.post('http://xhs-py.wanwudezhi.work/getCategory')
axios.post('http://xhs-py.wanwudezhi.com/getCategory')
.then(res => {
console.log('===类目列表', res.data)
this.categoryList = res.data.data
......@@ -158,7 +158,7 @@ export default {
// this.listLoading = false
// })
this.listLoading = true
axios.post('http://xhs-py.wanwudezhi.work/findNoteSoareData',
axios.post('http://xhs-py.wanwudezhi.com/findNoteSoareData',
this.listQuery)
.then(res => {
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