var_createClass=function(){functiondefineProperties(target,props){for(vari=0;i<props.length;i++){vardescriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"indescriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}returnfunction(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);returnConstructor;};}();function_classCallCheck(instance,Constructor){if(!(instanceinstanceofConstructor)){thrownewTypeError("Cannot call a class as a function");}}function_possibleConstructorReturn(self,call){if(!self){thrownewReferenceError("this hasn't been initialised - super() hasn't been called");}returncall&&(typeofcall==="object"||typeofcall==="function")?call:self;}function_inherits(subClass,superClass){if(typeofsuperClass!=="function"&&superClass!==null){thrownewTypeError("Super expression must either be null or a function, not "+typeofsuperClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,enumerable:false,writable:true,configurable:true}});if(superClass)Object.setPrototypeOf?Object.setPrototypeOf(subClass,superClass):subClass.__proto__=superClass;}varProjectNew=__WEBPACK_IMPORTED_MODULE_5_react_loadable___default()({loader:functionloader(){return__webpack_require__.e/* import() */(122).then(__webpack_require__.bind(null,4472));},loading:__WEBPACK_IMPORTED_MODULE_6__Loading__["a"/* default */]});varProjectIndex=__WEBPACK_IMPORTED_MODULE_5_react_loadable___default()({loader:functionloader(){return__webpack_require__.e/* import() */(147).then(__webpack_require__.bind(null,4475));},loading:__WEBPACK_IMPORTED_MODULE_6__Loading__["a"/* default */]});varProjectDetail=__WEBPACK_IMPORTED_MODULE_5_react_loadable___default()({loader:functionloader(){return__webpack_require__.e/* import() */(193).then(__webpack_require__.bind(null,4477));},loading:__WEBPACK_IMPORTED_MODULE_6__Loading__["a"/* default */]});varIndex=function(_Component){_inherits(Index,_Component);functionIndex(props){_classCallCheck(this,Index);var_this=_possibleConstructorReturn(this,(Index.__proto__||Object.getPrototypeOf(Index)).call(this,props));_this.componentDidMount=function(){_this.getUserInfo();document.title="forge开源";};_this.getUserInfo=function(){varurl='/users/me.json';__WEBPACK_IMPORTED_MODULE_7_axios___default.a.get(url).then(function(result){// result && result.data.login