123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- webpackJsonp([2],{
- /***/ "./node_modules/css-loader/index.js?{\"importLoaders\":1}!./node_modules/postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"plugins\":[null,null,null]}!./src/views/login/login.css":
- /*!******************************************************************************************************************************************************************!*\
- !*** ./node_modules/css-loader?{"importLoaders":1}!./node_modules/postcss-loader/lib?{"ident":"postcss","plugins":[null,null,null]}!./src/views/login/login.css ***!
- \******************************************************************************************************************************************************************/
- /*! dynamic exports provided */
- /*! all exports used */
- /***/ (function(module, exports, __webpack_require__) {
- exports = module.exports = __webpack_require__(/*! ../../../node_modules/css-loader/lib/css-base.js */ "./node_modules/css-loader/lib/css-base.js")(undefined);
- // imports
- // module
- exports.push([module.i, ".container{\r\n width: 100vw;\r\n\r\n}\r\n.login{\r\n font-size: 3.2vw;\r\n}", ""]);
- // exports
- /***/ }),
- /***/ "./src/views/login/login.css":
- /*!***********************************!*\
- !*** ./src/views/login/login.css ***!
- \***********************************/
- /*! dynamic exports provided */
- /***/ (function(module, exports, __webpack_require__) {
- // style-loader: Adds some css to the DOM by adding a <style> tag
- // load the styles
- var content = __webpack_require__(/*! !../../../node_modules/css-loader??ref--1-oneOf-2-1!../../../node_modules/postcss-loader/lib??postcss!./login.css */ "./node_modules/css-loader/index.js?{\"importLoaders\":1}!./node_modules/postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"plugins\":[null,null,null]}!./src/views/login/login.css");
- if(typeof content === 'string') content = [[module.i, content, '']];
- // Prepare cssTransformation
- var transform;
- var options = {"hmr":true}
- options.transform = transform
- // add the styles to the DOM
- var update = __webpack_require__(/*! ../../../node_modules/style-loader/lib/addStyles.js */ "./node_modules/style-loader/lib/addStyles.js")(content, options);
- if(content.locals) module.exports = content.locals;
- // Hot Module Replacement
- if(true) {
- // When the styles change, update the <style> tags
- if(!content.locals) {
- module.hot.accept(/*! !../../../node_modules/css-loader??ref--1-oneOf-2-1!../../../node_modules/postcss-loader/lib??postcss!./login.css */ "./node_modules/css-loader/index.js?{\"importLoaders\":1}!./node_modules/postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"plugins\":[null,null,null]}!./src/views/login/login.css", function() {
- var newContent = __webpack_require__(/*! !../../../node_modules/css-loader??ref--1-oneOf-2-1!../../../node_modules/postcss-loader/lib??postcss!./login.css */ "./node_modules/css-loader/index.js?{\"importLoaders\":1}!./node_modules/postcss-loader/lib/index.js?{\"ident\":\"postcss\",\"plugins\":[null,null,null]}!./src/views/login/login.css");
- if(typeof newContent === 'string') newContent = [[module.i, newContent, '']];
- update(newContent);
- });
- }
- // When the module is disposed, remove the <style> tags
- module.hot.dispose(function() { update(); });
- }
- /***/ }),
- /***/ "./src/views/login/login.js":
- /*!**********************************!*\
- !*** ./src/views/login/login.js ***!
- \**********************************/
- /*! exports provided: default */
- /*! all exports used */
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_react__ = __webpack_require__(/*! react */ "./node_modules/react/index.js");
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_react__);
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react_redux__ = __webpack_require__(/*! react-redux */ "./node_modules/react-redux/es/index.js");
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__login_css__ = __webpack_require__(/*! ./login.css */ "./src/views/login/login.css");
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__login_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__login_css__);
- var _jsxFileName = 'D:\\react\\nbjk-h5\\src\\views\\login\\login.js';
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
- function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } 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; }
- var mapStateToProps = function mapStateToProps(state) {
- return {};
- };
- var mapDispatchToProps = function mapDispatchToProps(dispatch) {
- return {};
- };
- var LoginViews = function (_Component) {
- _inherits(LoginViews, _Component);
- /*
- * 构造函数
- *
- * */
- function LoginViews() {
- _classCallCheck(this, LoginViews);
- var _this = _possibleConstructorReturn(this, (LoginViews.__proto__ || Object.getPrototypeOf(LoginViews)).call(this));
- _this.state = {};
- return _this;
- }
- /*
- *
- * 生命周期一
- *
- * */
- _createClass(LoginViews, [{
- key: 'componentWillMount',
- value: function componentWillMount() {}
- /*
- *
- * 如果是ios设备默认第一次不是播放状态,android没事
- *
- * */
- /*
- *
- * 请求数据
- *
- *
- * */
- /*
- *
- * 生命周期二
- *
- * */
- }, {
- key: 'componentDidMount',
- value: function componentDidMount() {}
- /*
- * 渲染
- * */
- }, {
- key: 'render',
- value: function render() {
- return __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
- 'div',
- { className: 'container', __source: {
- fileName: _jsxFileName,
- lineNumber: 66
- },
- __self: this
- },
- __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement(
- 'a',
- { href: 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx457ba48e0801c0b6&redirect_uri=https://gzh.zzxcx.net/login&response_type=code&scope=snsapi_base&state=STATE', className: 'login', __source: {
- fileName: _jsxFileName,
- lineNumber: 67
- },
- __self: this
- },
- '\u5F00\u59CB\u767B\u9646'
- )
- );
- }
- }, {
- key: 'componentWillUnmount',
- value: function componentWillUnmount() {}
- }]);
- return LoginViews;
- }(__WEBPACK_IMPORTED_MODULE_0_react__["Component"]);
- /* harmony default export */ __webpack_exports__["default"] = (Object(__WEBPACK_IMPORTED_MODULE_1_react_redux__["b" /* connect */])(mapStateToProps, mapDispatchToProps)(LoginViews));
- /***/ })
- });
- //# sourceMappingURL=2.chunk.js.map
|