@aliedu/app-self-check
Version:
应用自检模块
29 lines (28 loc) • 868 B
JavaScript
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
import _regeneratorRuntime from "@babel/runtime/regenerator";
export default {
state: {},
reducers: {},
effects: function effects(dispatch) {
return {
// async submitPut() {
// history.push(`/appInfo/appDeployManage`);
// },
previous: function previous() {
return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
return _regeneratorRuntime.wrap(function _callee$(_context) {
while (1) {
switch (_context.prev = _context.next) {
case 0:
dispatch.IndexModel.lastStep();
case 1:
case "end":
return _context.stop();
}
}
}, _callee);
}))();
}
};
}
};