|
@@ -25,7 +25,7 @@ const actions = {
|
|
|
},
|
|
|
// 记录观看
|
|
|
async lookuserFetch({ commit }, payload) {
|
|
|
- const res = await this.$axios.$get(`${api.lookuserInfo}`, payload);
|
|
|
+ const res = await this.$axios.$post(`${api.lookuserInfo}`, payload);
|
|
|
return res;
|
|
|
},
|
|
|
// 名字查详情
|