You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
344 lines
17 KiB
344 lines
17 KiB
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[155],{
|
|
|
|
/***/ "2Jlt":
|
|
/*!*************************************!*\
|
|
!*** ./src/pages/Innovation/my.svg ***!
|
|
\*************************************/
|
|
/*! no static exports found */
|
|
/*! exports used: default */
|
|
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
module.exports = __webpack_require__.p + "static/my.7db3153b.svg";
|
|
|
|
/***/ }),
|
|
|
|
/***/ "BU3w":
|
|
/*!***************************************************!*\
|
|
!*** ./node_modules/rc-util/es/Dom/dynamicCSS.js ***!
|
|
\***************************************************/
|
|
/*! exports provided: injectCSS, updateCSS */
|
|
/*! exports used: updateCSS */
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
/* unused harmony export injectCSS */
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return updateCSS; });
|
|
/* harmony import */ var _canUseDom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./canUseDom */ "MNnm");
|
|
|
|
var MARK_KEY = "rc-util-key";
|
|
|
|
function getContainer(option) {
|
|
if (option.attachTo) {
|
|
return option.attachTo;
|
|
}
|
|
|
|
var head = document.querySelector('head');
|
|
return head || document.body;
|
|
}
|
|
|
|
function injectCSS(css) {
|
|
var _option$csp;
|
|
|
|
var option = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
|
|
if (!Object(_canUseDom__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])()) {
|
|
return null;
|
|
}
|
|
|
|
var styleNode = document.createElement('style');
|
|
|
|
if ((_option$csp = option.csp) === null || _option$csp === void 0 ? void 0 : _option$csp.nonce) {
|
|
var _option$csp2;
|
|
|
|
styleNode.nonce = (_option$csp2 = option.csp) === null || _option$csp2 === void 0 ? void 0 : _option$csp2.nonce;
|
|
}
|
|
|
|
styleNode.innerHTML = css;
|
|
var container = getContainer(option);
|
|
var firstChild = container.firstChild;
|
|
|
|
if (option.prepend && container.prepend) {
|
|
// Use `prepend` first
|
|
container.prepend(styleNode);
|
|
} else if (option.prepend && firstChild) {
|
|
// Fallback to `insertBefore` like IE not support `prepend`
|
|
container.insertBefore(styleNode, firstChild);
|
|
} else {
|
|
container.appendChild(styleNode);
|
|
}
|
|
|
|
return styleNode;
|
|
}
|
|
var containerCache = new Map();
|
|
function updateCSS(css, key) {
|
|
var option = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
var container = getContainer(option); // Get real parent
|
|
|
|
if (!containerCache.has(container)) {
|
|
var placeholderStyle = injectCSS('', option);
|
|
var parentNode = placeholderStyle.parentNode;
|
|
containerCache.set(container, parentNode);
|
|
parentNode.removeChild(placeholderStyle);
|
|
}
|
|
|
|
var existNode = Array.from(containerCache.get(container).children).find(function (node) {
|
|
return node.tagName === 'STYLE' && node[MARK_KEY] === key;
|
|
});
|
|
|
|
if (existNode) {
|
|
var _option$csp3, _option$csp4;
|
|
|
|
if (((_option$csp3 = option.csp) === null || _option$csp3 === void 0 ? void 0 : _option$csp3.nonce) && existNode.nonce !== ((_option$csp4 = option.csp) === null || _option$csp4 === void 0 ? void 0 : _option$csp4.nonce)) {
|
|
var _option$csp5;
|
|
|
|
existNode.nonce = (_option$csp5 = option.csp) === null || _option$csp5 === void 0 ? void 0 : _option$csp5.nonce;
|
|
}
|
|
|
|
if (existNode.innerHTML !== css) {
|
|
existNode.innerHTML = css;
|
|
}
|
|
|
|
return existNode;
|
|
}
|
|
|
|
var newNode = injectCSS(css, option);
|
|
newNode[MARK_KEY] = key;
|
|
return newNode;
|
|
}
|
|
|
|
/***/ }),
|
|
|
|
/***/ "H84S":
|
|
/*!*************************************************!*\
|
|
!*** ./src/pages/Innovation/index.less?modules ***!
|
|
\*************************************************/
|
|
/*! no static exports found */
|
|
/*! exports used: default */
|
|
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
// extracted by mini-css-extract-plugin
|
|
module.exports = {"flex_box_center":"flex_box_center___pU3XA","flex_space_between":"flex_space_between___1U_6R","flex_box_vertical_center":"flex_box_vertical_center___1smhT","flex_box_center_end":"flex_box_center_end___bpHUP","flex_box_column":"flex_box_column___EUwEN","wrapper":"wrapper___1X7en","content_wrapper":"content_wrapper___3n5-m","base_modal_style":"base_modal_style___z-811","menu":"menu___38Uo4","submenu":"submenu___HEUO6","link":"link___P03_W","header":"header___2VW9_","title":"title___1n9dn","home":"home___2a6QW","info":"info___3Nfca"};
|
|
|
|
/***/ }),
|
|
|
|
/***/ "Oa9J":
|
|
/*!*************************************!*\
|
|
!*** ./src/pages/Innovation/jx.svg ***!
|
|
\*************************************/
|
|
/*! no static exports found */
|
|
/*! exports used: default */
|
|
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
module.exports = __webpack_require__.p + "static/jx.32067e88.svg";
|
|
|
|
/***/ }),
|
|
|
|
/***/ "jrd4":
|
|
/*!***************************************!*\
|
|
!*** ./src/pages/Innovation/kycx.png ***!
|
|
\***************************************/
|
|
/*! no static exports found */
|
|
/*! exports used: default */
|
|
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */
|
|
/***/ (function(module, exports) {
|
|
|
|
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAAXNSR0IArs4c6QAAAqlJREFUOE+llEtIlFEUgL8zvkgXTa2yhxUmLWxSUYJMQkuC0B6S9oKSFLFFZJYFSuUIRaFEr0VWUiRWOkI5IVoRqSiFEVKaCUlZKpVtNHykUXNjnBkd5x+byH97z/nud84955eFaWqjxcJVYBEz+YQenZApwZmqW6kZwuwiIvRI6AGlPIqJS8RfMiTysBYYtgTyUkDvD5/7ofol6AQSoiBQD/3DcMoEb7odapMXSkyuFliaBfnl0NUHcQY4ngIoMFZA41tYFgh5ybDvsg3kXIDE52uBd7Jh93kIXwqHEqGwymaYsxXOVUFbNzhiXNsliae1wKJUqGqGvbFw9j7EhYKvDzS0Q/YmKK2HhEjILdN2X1KKlJpwtjd7QzikxkKBCQyLIcAPhkZBHwDP38GJZLj+BOraXHqoQPZc0hrGr4Rda6DQDMHzYP4cGBkDi4LWT5Cz2WZZ/9aNYUaxUo6mOqYhNwlqWyB5NVx5BCuCwMcb2rshfT3ca4Z4AxQ+mAq0cuTgDa2hcTsYTTY7q+ndJtDpYGc0lDVC1zcwpoCx0o3hsdtOhnbF7AQofwZfBiAsCHZEj0/NOLi9FxbMhW2r4GKtfWzsJVpjJL9Sa2hNSIiAWb4wMGwbExEwBMFsf1s/q1tsF2rG5oz5H1bP4246bcqFWjdA11fysMpTNqX4qRPQ8cxTfwYW4CYQAyz3JCu3mpRGcYInfESRlhojdTWdyq+vj5MCRwGf6cBS8cJtyQpFydBPjqTHyKBzcnmzCkMoEYhyBxXzKxeg0MsvMrZEysPpLExKefm2kq1TFCjwd46Txx2TQAWlI6NkJUWIm4HQ4mvaVLC3N9eAdY5TaXivOkTQ85v9a0PE7Knp7s4bPqh0HRQp+C6dSvlZg0JExv4H5sh5/VUF/BjE6w/jAvG03CiIyQAAAABJRU5ErkJggg=="
|
|
|
|
/***/ }),
|
|
|
|
/***/ "qLCv":
|
|
/*!****************************************!*\
|
|
!*** ./src/pages/Innovation/index.tsx ***!
|
|
\****************************************/
|
|
/*! exports provided: default */
|
|
/*! all exports used */
|
|
/*! ModuleConcatenation bailout: Module is referenced from these modules with unsupported syntax: ./src/.umi-production/core/routes.ts (referenced with import()) */
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
"use strict";
|
|
__webpack_require__.r(__webpack_exports__);
|
|
/* harmony import */ var antd_es_modal_style__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! antd/es/modal/style */ "2qtc");
|
|
/* harmony import */ var antd_es_modal__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! antd/es/modal */ "kLXV");
|
|
/* harmony import */ var _Users_dingyongkang_Documents_workspace_zhiqing_educoder_node_modules_umijs_babel_preset_umi_node_modules_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@umijs/babel-preset-umi/node_modules/@babel/runtime/helpers/esm/extends */ "0Owb");
|
|
/* harmony import */ var antd_es_row_style__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! antd/es/row/style */ "14J3");
|
|
/* harmony import */ var antd_es_row__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! antd/es/row */ "BMrR");
|
|
/* harmony import */ var antd_es_col_style__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! antd/es/col/style */ "jCWc");
|
|
/* harmony import */ var antd_es_col__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! antd/es/col */ "kPKH");
|
|
/* harmony import */ var antd_es_menu_style__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! antd/es/menu/style */ "lUTK");
|
|
/* harmony import */ var antd_es_menu__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! antd/es/menu */ "BvKs");
|
|
/* harmony import */ var _Users_dingyongkang_Documents_workspace_zhiqing_educoder_node_modules_umijs_babel_preset_umi_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./node_modules/@umijs/babel-preset-umi/node_modules/@babel/runtime/helpers/esm/slicedToArray */ "tJVT");
|
|
/* harmony import */ var _Users_dingyongkang_Documents_workspace_zhiqing_educoder_node_modules_umijs_babel_preset_umi_node_modules_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./node_modules/@umijs/babel-preset-umi/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties */ "PpiC");
|
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! react */ "cDcd");
|
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_11__);
|
|
/* harmony import */ var umi__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! umi */ "9kvl");
|
|
/* harmony import */ var _ant_design_icons__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @ant-design/icons */ "RCxd");
|
|
/* harmony import */ var _index_less_modules__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./index.less?modules */ "H84S");
|
|
/* harmony import */ var _index_less_modules__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_index_less_modules__WEBPACK_IMPORTED_MODULE_14__);
|
|
/* harmony import */ var _my_svg__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./my.svg */ "2Jlt");
|
|
/* harmony import */ var _my_svg__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_my_svg__WEBPACK_IMPORTED_MODULE_15__);
|
|
/* harmony import */ var _jx_svg__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./jx.svg */ "Oa9J");
|
|
/* harmony import */ var _jx_svg__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jx_svg__WEBPACK_IMPORTED_MODULE_16__);
|
|
/* harmony import */ var _kycx_png__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./kycx.png */ "jrd4");
|
|
/* harmony import */ var _kycx_png__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_kycx_png__WEBPACK_IMPORTED_MODULE_17__);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var Innovation = function Innovation(_ref) {
|
|
var user = _ref.user,
|
|
globalSetting = _ref.globalSetting,
|
|
loading = _ref.loading,
|
|
dispatch = _ref.dispatch,
|
|
children = _ref.children,
|
|
innovation = _ref.innovation,
|
|
location = _ref.location,
|
|
props = Object(_Users_dingyongkang_Documents_workspace_zhiqing_educoder_node_modules_umijs_babel_preset_umi_node_modules_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_10__[/* default */ "a"])(_ref, ["user", "globalSetting", "loading", "dispatch", "children", "innovation", "location"]);
|
|
|
|
var handleClick = function handleClick(e) {
|
|
dispatch({
|
|
type: 'practiceSetting/setSideBarTabs',
|
|
payload: {
|
|
selectPath: ''
|
|
}
|
|
});
|
|
umi__WEBPACK_IMPORTED_MODULE_12__[/* history */ "d"].replace("/innovation/".concat(e.key));
|
|
};
|
|
|
|
var _useState = Object(react__WEBPACK_IMPORTED_MODULE_11__["useState"])(['my-workspace']),
|
|
_useState2 = Object(_Users_dingyongkang_Documents_workspace_zhiqing_educoder_node_modules_umijs_babel_preset_umi_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"])(_useState, 2),
|
|
openKey = _useState2[0],
|
|
setOpenKey = _useState2[1];
|
|
|
|
Object(react__WEBPACK_IMPORTED_MODULE_11__["useEffect"])(function () {
|
|
if (location !== null && location !== void 0 && location.pathname) {
|
|
if (location.pathname === '/innovation') umi__WEBPACK_IMPORTED_MODULE_12__[/* history */ "d"].replace("/innovation/project");
|
|
}
|
|
}, []);
|
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_row__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"], {
|
|
className: "mt30 mb30 ".concat(_index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.wrapper),
|
|
justify: "center",
|
|
gutter: 20
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_col__WEBPACK_IMPORTED_MODULE_6__[/* default */ "a"], {
|
|
span: 3
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("aside", {
|
|
// onClick={() => go('/engineering/navigation')}
|
|
className: _index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.home
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("div", {
|
|
className: "mr15"
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("img", {
|
|
width: 20,
|
|
src: _kycx_png__WEBPACK_IMPORTED_MODULE_17___default.a
|
|
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("div", {
|
|
className: _index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.info
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("div", null, "\u79D1\u7814\u521B\u65B0"))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"], {
|
|
onClick: handleClick,
|
|
mode: "inline",
|
|
openKeys: openKey,
|
|
onOpenChange: function onOpenChange(e) {
|
|
setOpenKey(e);
|
|
},
|
|
selectedKeys: [location.pathname.substring(12)],
|
|
className: _index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.menu
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].Item, {
|
|
icon: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("i", {
|
|
className: "iconfont icon-xiangmu",
|
|
style: {
|
|
marginRight: 10
|
|
}
|
|
}),
|
|
key: "project"
|
|
}, "\u9879\u76EE"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].Item, {
|
|
icon: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("i", {
|
|
className: "iconfont icon-shujuji",
|
|
style: {
|
|
marginRight: 10
|
|
}
|
|
}),
|
|
key: "dataset"
|
|
}, "\u6570\u636E\u96C6"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].Item, {
|
|
icon: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("img", {
|
|
src: _jx_svg__WEBPACK_IMPORTED_MODULE_16___default.a,
|
|
style: {
|
|
width: 17,
|
|
height: 17,
|
|
marginRight: 10
|
|
}
|
|
}),
|
|
key: "mirror"
|
|
}, "\u955C\u50CF"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].SubMenu, {
|
|
title: "\u6211\u7684\u5DE5\u4F5C\u53F0",
|
|
key: "my-workspace",
|
|
icon: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("img", {
|
|
src: _my_svg__WEBPACK_IMPORTED_MODULE_15___default.a,
|
|
style: {
|
|
width: 16,
|
|
height: 16,
|
|
marginRight: 10
|
|
}
|
|
}),
|
|
className: _index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.submenu
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].Item, {
|
|
key: "my-project"
|
|
}, "\u6211\u7684\u9879\u76EE"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].Item, {
|
|
key: "my-dataset"
|
|
}, "\u6211\u7684\u6570\u636E\u96C6"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_menu__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"].Item, {
|
|
key: "my-mirror"
|
|
}, "\u6211\u7684\u955C\u50CF")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_col__WEBPACK_IMPORTED_MODULE_6__[/* default */ "a"], {
|
|
span: 21
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement("div", {
|
|
className: _index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.content_wrapper
|
|
}, children)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_modal__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"], Object(_Users_dingyongkang_Documents_workspace_zhiqing_educoder_node_modules_umijs_babel_preset_umi_node_modules_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, innovation.simpleModalProps, {
|
|
onCancel: function onCancel() {
|
|
return dispatch({
|
|
type: 'innovation/closeSimpleModal'
|
|
});
|
|
},
|
|
title: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(antd_es_row__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"], {
|
|
align: "middle"
|
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11___default.a.createElement(_ant_design_icons__WEBPACK_IMPORTED_MODULE_13__[/* default */ "a"], {
|
|
style: {
|
|
color: '#FF8C29',
|
|
fontSize: 18,
|
|
marginRight: 10
|
|
}
|
|
}), innovation.simpleModalProps.title),
|
|
destroyOnClose: true,
|
|
centered: true,
|
|
className: "".concat(_index_less_modules__WEBPACK_IMPORTED_MODULE_14___default.a.base_modal_style, " ").concat(innovation.simpleModalProps.className)
|
|
}), innovation.simpleModalProps.children));
|
|
};
|
|
|
|
/* harmony default export */ __webpack_exports__["default"] = (Object(umi__WEBPACK_IMPORTED_MODULE_12__[/* connect */ "a"])(function (_ref2) {
|
|
var user = _ref2.user,
|
|
loading = _ref2.loading,
|
|
globalSetting = _ref2.globalSetting,
|
|
innovation = _ref2.innovation;
|
|
return {
|
|
user: user,
|
|
globalSetting: globalSetting,
|
|
loading: loading.models.index,
|
|
innovation: innovation
|
|
};
|
|
})(Innovation));
|
|
|
|
/***/ })
|
|
|
|
}]); |