|
@@ -50,6 +50,11 @@ const actions = {
|
|
|
const res = await this.$axios.$post(`${api.interface}/import`, payload);
|
|
|
return res;
|
|
|
},
|
|
|
+ // 继续导入
|
|
|
+ async cacheImport({ commit }, payload) {
|
|
|
+ const res = await this.$axios.$post(`${api.interface}/cacheImport`, payload);
|
|
|
+ return res;
|
|
|
+ },
|
|
|
};
|
|
|
export default {
|
|
|
namespaced: true,
|