|
@@ -23,7 +23,7 @@ const actions = {
|
|
|
return res;
|
|
|
},
|
|
|
async roomfetch({ commit }, payload) {
|
|
|
- const res = await this.$axios.$get(`${api.roomInfo}`, payload);
|
|
|
+ const res = await this.$axios.$get(`${api.roomInfo}/roomname`, payload);
|
|
|
return res;
|
|
|
},
|
|
|
async fetch({ commit }, payload) {
|