@@ -9,6 +9,7 @@ const state = () => ({});
const mutations = {};
const actions = {
+ // 列表
async query({ commit }, { skip = 0, limit = 10, ...info } = {}) {
const res = await this.$axios.$get(api.interface, { skip, limit, ...info, project: 'market' });
return res;