Commit bbb4ad60 by luojie

fix: 修复接口链接

parent 7b82a3fd
......@@ -111,7 +111,7 @@ export default {
getList() {
this.loading = true
let [startDate = '', endDate = ''] = this.dateValue || [];
return this.axios.get('http://gicdev.demogic.com' + '/gic-member-tag-web/member-tag-group/groupLog', {
return this.axios.get('/gic-member-tag-web/member-tag-group/groupLog', {
params: {
pageSize: this.pageSize,
pageNum: this.currentPage,
......
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