workbench.d919b9206a46f65a9f0b.bundle.js 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /******/ (function(modules) { // webpackBootstrap
  2. /******/ // install a JSONP callback for chunk loading
  3. /******/ function webpackJsonpCallback(data) {
  4. /******/ var chunkIds = data[0];
  5. /******/ var moreModules = data[1];
  6. /******/ var executeModules = data[2];
  7. /******/
  8. /******/ // add "moreModules" to the modules object,
  9. /******/ // then flag all "chunkIds" as loaded and fire callback
  10. /******/ var moduleId, chunkId, i = 0, resolves = [];
  11. /******/ for(;i < chunkIds.length; i++) {
  12. /******/ chunkId = chunkIds[i];
  13. /******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
  14. /******/ resolves.push(installedChunks[chunkId][0]);
  15. /******/ }
  16. /******/ installedChunks[chunkId] = 0;
  17. /******/ }
  18. /******/ for(moduleId in moreModules) {
  19. /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
  20. /******/ modules[moduleId] = moreModules[moduleId];
  21. /******/ }
  22. /******/ }
  23. /******/ if(parentJsonpFunction) parentJsonpFunction(data);
  24. /******/
  25. /******/ while(resolves.length) {
  26. /******/ resolves.shift()();
  27. /******/ }
  28. /******/
  29. /******/ // add entry modules from loaded chunk to deferred list
  30. /******/ deferredModules.push.apply(deferredModules, executeModules || []);
  31. /******/
  32. /******/ // run deferred modules when all chunks ready
  33. /******/ return checkDeferredModules();
  34. /******/ };
  35. /******/ function checkDeferredModules() {
  36. /******/ var result;
  37. /******/ for(var i = 0; i < deferredModules.length; i++) {
  38. /******/ var deferredModule = deferredModules[i];
  39. /******/ var fulfilled = true;
  40. /******/ for(var j = 1; j < deferredModule.length; j++) {
  41. /******/ var depId = deferredModule[j];
  42. /******/ if(installedChunks[depId] !== 0) fulfilled = false;
  43. /******/ }
  44. /******/ if(fulfilled) {
  45. /******/ deferredModules.splice(i--, 1);
  46. /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
  47. /******/ }
  48. /******/ }
  49. /******/
  50. /******/ return result;
  51. /******/ }
  52. /******/
  53. /******/ // The module cache
  54. /******/ var installedModules = {};
  55. /******/
  56. /******/ // object to store loaded and loading chunks
  57. /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
  58. /******/ // Promise = chunk loading, 0 = chunk loaded
  59. /******/ var installedChunks = {
  60. /******/ "workbench": 0
  61. /******/ };
  62. /******/
  63. /******/ var deferredModules = [];
  64. /******/
  65. /******/ // The require function
  66. /******/ function __webpack_require__(moduleId) {
  67. /******/
  68. /******/ // Check if module is in cache
  69. /******/ if(installedModules[moduleId]) {
  70. /******/ return installedModules[moduleId].exports;
  71. /******/ }
  72. /******/ // Create a new module (and put it into the cache)
  73. /******/ var module = installedModules[moduleId] = {
  74. /******/ i: moduleId,
  75. /******/ l: false,
  76. /******/ exports: {}
  77. /******/ };
  78. /******/
  79. /******/ // Execute the module function
  80. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  81. /******/
  82. /******/ // Flag the module as loaded
  83. /******/ module.l = true;
  84. /******/
  85. /******/ // Return the exports of the module
  86. /******/ return module.exports;
  87. /******/ }
  88. /******/
  89. /******/
  90. /******/ // expose the modules object (__webpack_modules__)
  91. /******/ __webpack_require__.m = modules;
  92. /******/
  93. /******/ // expose the module cache
  94. /******/ __webpack_require__.c = installedModules;
  95. /******/
  96. /******/ // define getter function for harmony exports
  97. /******/ __webpack_require__.d = function(exports, name, getter) {
  98. /******/ if(!__webpack_require__.o(exports, name)) {
  99. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  100. /******/ }
  101. /******/ };
  102. /******/
  103. /******/ // define __esModule on exports
  104. /******/ __webpack_require__.r = function(exports) {
  105. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  106. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  107. /******/ }
  108. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  109. /******/ };
  110. /******/
  111. /******/ // create a fake namespace object
  112. /******/ // mode & 1: value is a module id, require it
  113. /******/ // mode & 2: merge all properties of value into the ns
  114. /******/ // mode & 4: return value when already ns object
  115. /******/ // mode & 8|1: behave like require
  116. /******/ __webpack_require__.t = function(value, mode) {
  117. /******/ if(mode & 1) value = __webpack_require__(value);
  118. /******/ if(mode & 8) return value;
  119. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  120. /******/ var ns = Object.create(null);
  121. /******/ __webpack_require__.r(ns);
  122. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  123. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  124. /******/ return ns;
  125. /******/ };
  126. /******/
  127. /******/ // getDefaultExport function for compatibility with non-harmony modules
  128. /******/ __webpack_require__.n = function(module) {
  129. /******/ var getter = module && module.__esModule ?
  130. /******/ function getDefault() { return module['default']; } :
  131. /******/ function getModuleExports() { return module; };
  132. /******/ __webpack_require__.d(getter, 'a', getter);
  133. /******/ return getter;
  134. /******/ };
  135. /******/
  136. /******/ // Object.prototype.hasOwnProperty.call
  137. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  138. /******/
  139. /******/ // __webpack_public_path__
  140. /******/ __webpack_require__.p = "http://cld2.com:9090/";
  141. /******/
  142. /******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
  143. /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
  144. /******/ jsonpArray.push = webpackJsonpCallback;
  145. /******/ jsonpArray = jsonpArray.slice();
  146. /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
  147. /******/ var parentJsonpFunction = oldJsonpFunction;
  148. /******/
  149. /******/
  150. /******/ // add entry module to deferred list
  151. /******/ deferredModules.push(["./src/workbench/index.js","framework","vendor"]);
  152. /******/ // run deferred modules when ready
  153. /******/ return checkDeferredModules();
  154. /******/ })
  155. /************************************************************************/
  156. /******/ ({
  157. /***/ "./src/common/axios_auth.js":
  158. /*!**********************************!*\
  159. !*** ./src/common/axios_auth.js ***!
  160. \**********************************/
  161. /*! exports provided: default */
  162. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  163. "use strict";
  164. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! axios */ \"./node_modules/axios/index.js\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_cookies__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-cookies */ \"./node_modules/react-cookies/build/cookie.js\");\n/* harmony import */ var react_cookies__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_cookies__WEBPACK_IMPORTED_MODULE_1__);\n\n //取消请求\n\nlet CancelToken = axios__WEBPACK_IMPORTED_MODULE_0___default.a.CancelToken;\naxios__WEBPACK_IMPORTED_MODULE_0___default.a.create({\n timeout: 15000,\n // 请求超时时间\n headers: {\n 'Content-Type': 'application/x-www-form-urlencoded'\n }\n}); //开始请求设置,发起拦截处理\n\naxios__WEBPACK_IMPORTED_MODULE_0___default.a.interceptors.request.use(config => {\n //得到参数中的requestname字段,用于决定下次发起请求,取消相应的 相同字段的请求\n //post和get请求方式的不同,使用三木运算处理\n // console.log(config.method);\n if (config.method === 'post') {\n // console.log('ddd');\n let csrftoken = react_cookies__WEBPACK_IMPORTED_MODULE_1___default.a.load('csrfToken'); // console.log(csrftoken);\n // config.headers['Content-Type']='application/x-www-form-urlencoded';\n\n config.headers['x-csrf-token'] = csrftoken;\n } //console.log(config);\n //let requestName = config.method === 'post'?config.data.requestName :config.params.requestName\n //console.log(requestName);\n //let requestName = config.method === 'post'?config.data.requestName :config.params.requestName\n //判断,如果这里拿到上一次的requestName,就取消上一次的请求\n // if(requestName) {\n // if(axios[requestName]&&axios[requestName].cancel){\n // axios[requestName].cancel()\n // }\n // config.cancelToken = new CancelToken(c => {\n // axios[requestName] = {}\n // axios[requestName].cancel = c\n // })\n // }\n // console.log(config);\n\n\n return config;\n}, error => {\n return Promise.reject(error + 'auth');\n}); // respone拦截器\n\naxios__WEBPACK_IMPORTED_MODULE_0___default.a.interceptors.response.use(response => {\n const res = response.data;\n\n if (res.code === 201 || res.code === 202) {\n window.location.href = '/login.html';\n } else {\n return response;\n } // //这里根据后台返回来设置\n // if (res.msg === \"success\") {\n // return response.data;\n // } else {\n // return Promise.reject(error);\n // }\n //window.location.href = '/login';\n\n}, error => {\n return Promise.reject(error);\n});\n/* harmony default export */ __webpack_exports__[\"default\"] = (axios__WEBPACK_IMPORTED_MODULE_0___default.a);\n\n//# sourceURL=webpack:///./src/common/axios_auth.js?");
  165. /***/ }),
  166. /***/ "./src/workbench/index.js":
  167. /*!********************************!*\
  168. !*** ./src/workbench/index.js ***!
  169. \********************************/
  170. /*! no exports provided */
  171. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  172. "use strict";
  173. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ \"./node_modules/react-dom/index.js\");\n/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _workbench__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./workbench */ \"./src/workbench/workbench.js\");\n\n\n\nreact_dom__WEBPACK_IMPORTED_MODULE_1___default.a.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_workbench__WEBPACK_IMPORTED_MODULE_2__[\"default\"], null), document.getElementById('root'));\n\n//# sourceURL=webpack:///./src/workbench/index.js?");
  174. /***/ }),
  175. /***/ "./src/workbench/lockStore/store/actionCreators.js":
  176. /*!*********************************************************!*\
  177. !*** ./src/workbench/lockStore/store/actionCreators.js ***!
  178. \*********************************************************/
  179. /*! exports provided: searchFocus, getList, changeInputValue */
  180. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  181. "use strict";
  182. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"searchFocus\", function() { return searchFocus; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"getList\", function() { return getList; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"changeInputValue\", function() { return changeInputValue; });\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants */ \"./src/workbench/lockStore/store/constants.js\");\n/* harmony import */ var immutable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! immutable */ \"./node_modules/immutable/dist/immutable.es.js\");\n/* harmony import */ var _common_axios_auth_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../common/axios_auth.js */ \"./src/common/axios_auth.js\");\n\n\n // import axios from 'axios';\n//actionType\n\nconst searchFocus = () => ({\n type: _constants__WEBPACK_IMPORTED_MODULE_0__[\"SEARCH_FOCUS\"]\n});\nconst getList = () => {\n return dispatch => {\n _common_axios_auth_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"].get('/api/submenuList.json').then(res => {\n const data = res.data;\n dispatch(changeList(data.data));\n }).catch(() => {\n console.log('error');\n });\n };\n};\nconst changeInputValue = value => ({\n type: _constants__WEBPACK_IMPORTED_MODULE_0__[\"CHANGE_INPUTVALUE\"],\n data: Object(immutable__WEBPACK_IMPORTED_MODULE_1__[\"fromJS\"])(value)\n});\n\nconst changeList = data => ({\n type: _constants__WEBPACK_IMPORTED_MODULE_0__[\"CHANGE_LIST\"],\n data: Object(immutable__WEBPACK_IMPORTED_MODULE_1__[\"fromJS\"])(data) // totalPage: Math.ceil(data.length / 10)\n\n}); // export const searchBlur = () => ({\n// \ttype: constants.SEARCH_BLUR\n// });\n// export const mouseEnter = () => ({\n// \ttype: constants.MOUSE_ENTER\n// });\n// export const mouseLeave = () => ({\n// \ttype: constants.MOUSE_LEAVE\n// });\n// export const changePage = (page) => ({\n// \ttype: constants.CHANGE_PAGE,\n// \tpage\n// });\n\n//# sourceURL=webpack:///./src/workbench/lockStore/store/actionCreators.js?");
  183. /***/ }),
  184. /***/ "./src/workbench/lockStore/store/constants.js":
  185. /*!****************************************************!*\
  186. !*** ./src/workbench/lockStore/store/constants.js ***!
  187. \****************************************************/
  188. /*! exports provided: SEARCH_FOCUS, CHANGE_LIST, CHANGE_INPUTVALUE */
  189. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  190. "use strict";
  191. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"SEARCH_FOCUS\", function() { return SEARCH_FOCUS; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CHANGE_LIST\", function() { return CHANGE_LIST; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CHANGE_INPUTVALUE\", function() { return CHANGE_INPUTVALUE; });\nconst SEARCH_FOCUS = 'submenu/SEARCH_FOCUS';\nconst CHANGE_LIST = 'submenu/CHANGE_LIST';\nconst CHANGE_INPUTVALUE = 'submenu/CHANGE_INPUTVALUE';\n\n//# sourceURL=webpack:///./src/workbench/lockStore/store/constants.js?");
  192. /***/ }),
  193. /***/ "./src/workbench/lockStore/store/index.js":
  194. /*!************************************************!*\
  195. !*** ./src/workbench/lockStore/store/index.js ***!
  196. \************************************************/
  197. /*! exports provided: reducer, actionCreators, constants */
  198. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  199. "use strict";
  200. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _reducer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./reducer */ \"./src/workbench/lockStore/store/reducer.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"reducer\", function() { return _reducer__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; });\n\n/* harmony import */ var _actionCreators__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./actionCreators */ \"./src/workbench/lockStore/store/actionCreators.js\");\n/* harmony reexport (module object) */ __webpack_require__.d(__webpack_exports__, \"actionCreators\", function() { return _actionCreators__WEBPACK_IMPORTED_MODULE_1__; });\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ \"./src/workbench/lockStore/store/constants.js\");\n/* harmony reexport (module object) */ __webpack_require__.d(__webpack_exports__, \"constants\", function() { return _constants__WEBPACK_IMPORTED_MODULE_2__; });\n\n\n\n\n\n//# sourceURL=webpack:///./src/workbench/lockStore/store/index.js?");
  201. /***/ }),
  202. /***/ "./src/workbench/lockStore/store/reducer.js":
  203. /*!**************************************************!*\
  204. !*** ./src/workbench/lockStore/store/reducer.js ***!
  205. \**************************************************/
  206. /*! exports provided: default */
  207. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  208. "use strict";
  209. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./constants */ \"./src/workbench/lockStore/store/constants.js\");\n/* harmony import */ var immutable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! immutable */ \"./node_modules/immutable/dist/immutable.es.js\");\n //锁定state不可修改,导致错误y\n\n\nconst defaultState = Object(immutable__WEBPACK_IMPORTED_MODULE_1__[\"fromJS\"])({\n menu: 'hello submenu-t!!!',\n list: [],\n inputValue: ''\n});\n/* harmony default export */ __webpack_exports__[\"default\"] = (function () {\n let state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaultState;\n let action = arguments.length > 1 ? arguments[1] : undefined;\n\n // switch(action.type) {\n // \tcase constants.SEARCH_FOCUS:\n // \t\treturn state.set('focused', true);\n // \tcase constants.SEARCH_BLUR:\n // \t\treturn state.set('focused', false);\n // \tcase constants.CHANGE_LIST:\n // \t\treturn state.merge({\n // \t\t\tlist: action.data,\n // \t\t\ttotalPage: action.totalPage\n // \t\t});\n // \tcase constants.MOUSE_ENTER:\n // \t\treturn state.set('mouseIn', true);\n // \tcase constants.MOUSE_LEAVE:\n // \t\treturn state.set('mouseIn', false);\n // \tcase constants.CHANGE_PAGE:\n // \t\treturn state.set('page', action.page);\n // \tdefault:\n // \t\treturn state;\n // }\n if (action.type === _constants__WEBPACK_IMPORTED_MODULE_0__[\"CHANGE_INPUTVALUE\"]) {\n return state.set('inputValue', action.data);\n }\n\n if (action.type === _constants__WEBPACK_IMPORTED_MODULE_0__[\"SEARCH_FOCUS\"]) {\n return state.set('menu', 'clicke me'); // return {\n // menu:'clicke me'\n // }\n }\n\n if (action.type === _constants__WEBPACK_IMPORTED_MODULE_0__[\"CHANGE_LIST\"]) {\n return state.set('list', action.data); //return state.set('menu','clicke me');\n // return state.merge({\n // list: action.data,\n // //totalPage: action.totalPage\n // });\n }\n\n return state;\n});\n\n//# sourceURL=webpack:///./src/workbench/lockStore/store/reducer.js?");
  210. /***/ }),
  211. /***/ "./src/workbench/store/index.js":
  212. /*!**************************************!*\
  213. !*** ./src/workbench/store/index.js ***!
  214. \**************************************/
  215. /*! exports provided: default */
  216. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  217. "use strict";
  218. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var redux__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! redux */ \"./node_modules/redux/es/redux.js\");\n/* harmony import */ var redux_thunk__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! redux-thunk */ \"./node_modules/redux-thunk/es/index.js\");\n/* harmony import */ var _reducer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./reducer */ \"./src/workbench/store/reducer.js\");\n\n\n\nconst composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || redux__WEBPACK_IMPORTED_MODULE_0__[\"compose\"];\nconst store = Object(redux__WEBPACK_IMPORTED_MODULE_0__[\"createStore\"])(_reducer__WEBPACK_IMPORTED_MODULE_2__[\"default\"], composeEnhancers(Object(redux__WEBPACK_IMPORTED_MODULE_0__[\"applyMiddleware\"])(redux_thunk__WEBPACK_IMPORTED_MODULE_1__[\"default\"])));\n/* harmony default export */ __webpack_exports__[\"default\"] = (store);\n\n//# sourceURL=webpack:///./src/workbench/store/index.js?");
  219. /***/ }),
  220. /***/ "./src/workbench/store/reducer.js":
  221. /*!****************************************!*\
  222. !*** ./src/workbench/store/reducer.js ***!
  223. \****************************************/
  224. /*! exports provided: default */
  225. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  226. "use strict";
  227. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var redux_immutable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! redux-immutable */ \"./node_modules/redux-immutable/dist/index.js\");\n/* harmony import */ var redux_immutable__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(redux_immutable__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _lockStore_store__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../lockStore/store */ \"./src/workbench/lockStore/store/index.js\");\n\n\nconst reducer = Object(redux_immutable__WEBPACK_IMPORTED_MODULE_0__[\"combineReducers\"])({\n submenu: _lockStore_store__WEBPACK_IMPORTED_MODULE_1__[\"reducer\"]\n});\n/* harmony default export */ __webpack_exports__[\"default\"] = (reducer);\n\n//# sourceURL=webpack:///./src/workbench/store/reducer.js?");
  228. /***/ }),
  229. /***/ "./src/workbench/workbench.js":
  230. /*!************************************!*\
  231. !*** ./src/workbench/workbench.js ***!
  232. \************************************/
  233. /*! exports provided: default */
  234. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  235. "use strict";
  236. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-redux */ \"./node_modules/react-redux/es/index.js\");\n/* harmony import */ var react_router_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-router-dom */ \"./node_modules/react-router-dom/esm/react-router-dom.js\");\n/* harmony import */ var _store__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./store */ \"./src/workbench/store/index.js\");\n\n\n\n // import '../app.css';\n\nclass WorkBench extends react__WEBPACK_IMPORTED_MODULE_0__[\"Component\"] {\n render() {\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_redux__WEBPACK_IMPORTED_MODULE_1__[\"Provider\"], {\n store: _store__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_router_dom__WEBPACK_IMPORTED_MODULE_2__[\"BrowserRouter\"], null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"aside\", {\n className: \"page-sidebar\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n className: \"page-logo\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"a\", {\n href: \"#modal-shortcut\",\n className: \"page-logo-link press-scale-down d-flex align-items-center position-relative\",\n \"data-toggle\": \"modal\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n className: \"icon-stack fa-2x\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n className: \"base base-7 icon-stack-3x opacity-100 color-danger-900 \"\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n className: \"base base-4 icon-stack-2x opacity-100 color-danger-600 \"\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n className: \"fal fa-box icon-stack-1x opacity-100 color-white\"\n })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"span\", {\n className: \"page-logo-text mr-1\"\n }, \"\\u5DE5\\u4F5C\\u53F0\"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"span\", {\n className: \"position-absolute text-white opacity-50 small pos-top pos-right mr-2 mt-n2\"\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n className: \"ni ni-my-apps d-inline-block ml-1 fs-lg color-primary-300\"\n }))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"nav\", {\n id: \"js-primary-nav\",\n className: \"primary-nav\",\n role: \"navigation\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"ul\", {\n id: \"js-nav-menu\",\n className: \"nav-menu\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"li\", {\n className: \"active open\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"a\", {\n href: \"#\",\n title: \"\\u8F6F\\u4EF6\\u9501\",\n \"data-filter-tags\": \"\\u8F6F\\u4EF6\\u9501\",\n className: \"waves-effect waves-themed\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n className: \"fal fa-magic \"\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"span\", {\n className: \"nav-link-text\"\n }, \"\\u5DE5\\u4F5C\\u53F0\")), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"ul\", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"li\", {\n className: \"active\"\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"li\", null)))))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n id: \"content\"\n })));\n }\n\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (WorkBench);\n\n//# sourceURL=webpack:///./src/workbench/workbench.js?");
  237. /***/ })
  238. /******/ });