|
async newfetch({ commit }, { skip = 0, limit, ...info } = {}) {
|
|
async newfetch({ commit }, { skip = 0, limit, ...info } = {}) {
|
|
const res = await this.$axios.$get(`${api.newsInfo}/newfetch`, {
|
|
const res = await this.$axios.$get(`${api.newsInfo}/newfetch`, {
|