123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779 |
- webpackJsonp([8],{
- /***/ 288:
- /***/ (function(module, exports, __webpack_require__) {
- var disposed = false
- function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(457)
- }
- var normalizeComponent = __webpack_require__(2)
- /* script */
- var __vue_script__ = __webpack_require__(459)
- /* template */
- var __vue_template__ = __webpack_require__(460)
- /* template functional */
- var __vue_template_functional__ = false
- /* styles */
- var __vue_styles__ = injectStyle
- /* scopeId */
- var __vue_scopeId__ = "data-v-effe19ba"
- /* moduleIdentifier (server only) */
- var __vue_module_identifier__ = null
- var Component = normalizeComponent(
- __vue_script__,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
- )
- Component.options.__file = "resources/assets/js/main/pages/index.vue"
- /* hot reload */
- if (false) {(function () {
- var hotAPI = require("vue-hot-reload-api")
- hotAPI.install(require("vue"), false)
- if (!hotAPI.compatible) return
- module.hot.accept()
- if (!module.hot.data) {
- hotAPI.createRecord("data-v-effe19ba", Component.options)
- } else {
- hotAPI.reload("data-v-effe19ba", Component.options)
- }
- module.hot.dispose(function (data) {
- disposed = true
- })
- })()}
- module.exports = Component.exports
- /***/ }),
- /***/ 457:
- /***/ (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__(458);
- if(typeof content === 'string') content = [[module.i, content, '']];
- if(content.locals) module.exports = content.locals;
- // add the styles to the DOM
- var update = __webpack_require__(1)("1ca23da9", content, false, {});
- // Hot Module Replacement
- if(false) {
- // When the styles change, update the <style> tags
- if(!content.locals) {
- module.hot.accept("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-effe19ba\",\"scoped\":true,\"hasInlineConfig\":true}!../../../../../node_modules/sass-loader/lib/loader.js!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./index.vue", function() {
- var newContent = require("!!../../../../../node_modules/css-loader/index.js!../../../../../node_modules/vue-loader/lib/style-compiler/index.js?{\"vue\":true,\"id\":\"data-v-effe19ba\",\"scoped\":true,\"hasInlineConfig\":true}!../../../../../node_modules/sass-loader/lib/loader.js!../../../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./index.vue");
- if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];
- update(newContent);
- });
- }
- // When the module is disposed, remove the <style> tags
- module.hot.dispose(function() { update(); });
- }
- /***/ }),
- /***/ 458:
- /***/ (function(module, exports, __webpack_require__) {
- exports = module.exports = __webpack_require__(0)(false);
- // imports
- // module
- exports.push([module.i, "\nh2[data-v-effe19ba] {\n line-height: 100px;\n font-size: 30px;\n text-align: center;\n}\n.login_box[data-v-effe19ba] {\n width: 70%;\n margin: 300px auto;\n}\n.index[data-v-effe19ba] {\n position: absolute;\n color: #000000;\n top: 0;\n left: 0;\n min-width: 100%;\n min-height: 100%;\n padding: 0;\n margin: 0;\n}\n.index .header[data-v-effe19ba] {\n position: relative;\n z-index: 3;\n height: 50px;\n padding-top: 12px;\n max-width: 1280px;\n margin: 0 auto;\n}\n.index .header .z-row[data-v-effe19ba] {\n color: #fff;\n height: 50px;\n position: relative;\n z-index: 2;\n max-width: 1680px;\n margin: 0 auto;\n}\n.index .header .z-row .header-col-sub[data-v-effe19ba] {\n width: 500px;\n}\n.index .header .z-row .header-col-sub h2[data-v-effe19ba] {\n position: relative;\n padding: 1rem 0 0 1rem;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: end;\n -ms-flex-align: end;\n align-items: flex-end;\n}\n.index .header .z-row .header-col-sub h2 img[data-v-effe19ba] {\n width: 150px;\n margin-right: 6px;\n}\n.index .header .z-row .header-col-sub h2 span[data-v-effe19ba] {\n font-size: 12px;\n font-weight: normal;\n color: rgba(255, 255, 255, 0.85);\n line-height: 14px;\n}\n.index .header .z-row .z-1 dl[data-v-effe19ba] {\n position: absolute;\n right: 20px;\n top: 0;\n font-size: 14px;\n}\n.index .header .z-row .z-1 dl dd[data-v-effe19ba] {\n line-height: 50px;\n color: #fff;\n cursor: pointer;\n margin-right: 1px;\n}\n.index .header .z-row .z-1 dl dd .right-enterprise[data-v-effe19ba] {\n padding: 1px 10px;\n font-size: 12px;\n color: #f6ca9d;\n background: #1d1e23;\n background: -webkit-gradient(linear, left top, right top, from(#1d1e23), to(#3f4045));\n background: linear-gradient(90deg, #1d1e23, #3f4045);\n border: none;\n}\n.index .header .z-row .z-1 dl dd .right-info[data-v-effe19ba] {\n display: inline-block;\n cursor: pointer;\n margin-left: 12px;\n color: #ffffff;\n}\n.index .header .z-row .z-1 dl dd .right-info .right-icon[data-v-effe19ba] {\n font-size: 26px;\n vertical-align: middle;\n}\n.index .header .z-row .z-1 dl dd .right-info .right-img[data-v-effe19ba] {\n vertical-align: middle;\n}\n.index .welbg[data-v-effe19ba] {\n position: absolute;\n z-index: 1;\n top: 0;\n left: 0;\n right: 0;\n height: 762px;\n overflow: hidden;\n padding-top: 480px;\n margin-top: -480px;\n background: #2d8cf0;\n -webkit-transform: skewY(-2deg);\n transform: skewY(-2deg);\n -webkit-box-shadow: 0 2px 244px 0 rgba(56, 132, 255, 0.4);\n box-shadow: 0 2px 244px 0 rgba(56, 132, 255, 0.4);\n}\n.index .welbg .second[data-v-effe19ba] {\n position: relative;\n margin-top: 582px;\n height: 220px;\n}\n.index .welbg .second .bg[data-v-effe19ba] {\n -webkit-transform: skewY(-2.5deg);\n transform: skewY(-2.5deg);\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: #1F65D6;\n}\n.index .welcome[data-v-effe19ba] {\n position: relative;\n z-index: 2;\n height: 700px;\n display: block;\n overflow: hidden;\n color: #FFFFFF;\n padding-top: 480px;\n margin-top: -480px;\n}\n.index .welcome .unslider-arrow[data-v-effe19ba] {\n display: none;\n}\n.index .welcome .banner[data-v-effe19ba] {\n padding-top: 60px;\n height: 460px;\n max-width: 1200px;\n margin: 0 auto;\n}\n.index .welcome .banner .banner-carousel[data-v-effe19ba] {\n max-width: 685px;\n border-radius: 5px;\n overflow: hidden;\n}\n.index .welcome .banner img[data-v-effe19ba] {\n height: 400px;\n border: 5px solid #fff;\n display: table;\n}\n.index .welcome .z-8[data-v-effe19ba] {\n text-align: center;\n}\n.index .welcome h3[data-v-effe19ba] {\n color: rgba(255, 255, 255, 0.8);\n font-size: 40px;\n font-weight: normal;\n text-align: center;\n margin: 30px auto;\n width: 380px;\n}\n.index .welcome .start[data-v-effe19ba] {\n display: inline-block;\n width: 160px;\n height: 50px;\n line-height: 50px;\n text-align: center;\n font-weight: normal;\n cursor: pointer;\n font-size: 20px;\n background: #fff;\n color: #0396f2;\n border-radius: 4px;\n border: 0;\n}\n.index .welcome .start[data-v-effe19ba]:hover, .index .welcome .start[data-v-effe19ba]:focus {\n background: #f6f6f6;\n color: #0396f2;\n}\n.index .welcome .second[data-v-effe19ba] {\n position: relative;\n height: 220px;\n text-align: center;\n}\n.index .welcome .second .bg[data-v-effe19ba] {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.index .welcome .second .z-row[data-v-effe19ba] {\n z-index: 2;\n position: relative;\n font-size: 22px;\n max-width: 1400px;\n margin: 0 auto;\n line-height: 220px;\n}\n.index .welcome .second i[data-v-effe19ba] {\n color: rgba(255, 255, 255, 0.85);\n margin-right: 6px;\n}\n.index .welcome .second a[data-v-effe19ba] {\n color: #fff;\n}\n.index .welcome .second a[data-v-effe19ba]:hover, .index .welcome .second a[data-v-effe19ba]:visited {\n color: #fff;\n}\n.index .block[data-v-effe19ba] {\n max-width: 1200px;\n margin: 30px auto;\n padding-top: 50px;\n border: 1px solid transparent;\n}\n.index .block .wrap-left[data-v-effe19ba], .index .block .wrap-right[data-v-effe19ba] {\n line-height: 36px;\n color: #666;\n font-size: 16px;\n}\n.index .block .wrap-left[data-v-effe19ba] {\n margin: 20px 30px 0 0;\n}\n.index .block .wrap-right[data-v-effe19ba] {\n margin: 20px 0 0 30px;\n}\n.index .block i[data-v-effe19ba] {\n color: rgba(248, 14, 21, 0.7);\n margin-right: 6px;\n}\n.index .block img[data-v-effe19ba] {\n border: 5px solid #fff;\n border-radius: 10px;\n width: 100%;\n}\n.index .p-footer[data-v-effe19ba] {\n margin: 20px 0;\n text-align: center;\n color: #333;\n}\n.index .p-footer a[data-v-effe19ba], .index .p-footer span[data-v-effe19ba] {\n color: #333;\n margin-left: 10px;\n}\n@media (max-width: 768px) {\n.index .header .z-row .header-col-sub h2[data-v-effe19ba] {\n padding: 12px 0 0 12px;\n}\n.index .header .z-row .header-col-sub h2 span[data-v-effe19ba] {\n display: none;\n}\n.index .welbg[data-v-effe19ba] {\n display: none;\n}\n.index .welcome[data-v-effe19ba] {\n height: auto;\n background: #2d8cf0;\n -webkit-transform: skewY(-2deg);\n transform: skewY(-2deg);\n -webkit-box-shadow: 0 2px 244px 0 rgba(56, 132, 255, 0.4);\n box-shadow: 0 2px 244px 0 rgba(56, 132, 255, 0.4);\n}\n.index .welcome .banner[data-v-effe19ba] {\n height: auto;\n -webkit-transform: skewY(2deg);\n transform: skewY(2deg);\n}\n.index .welcome .banner .z-row[data-v-effe19ba] {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n padding-bottom: 52px;\n}\n.index .welcome .banner .z-row > div[data-v-effe19ba] {\n width: 90%;\n margin: 0 auto;\n}\n.index .welcome .banner h3[data-v-effe19ba] {\n font-size: 24px;\n width: auto;\n}\n.index .welcome .banner img[data-v-effe19ba] {\n max-width: 100%;\n height: auto;\n}\n.index .welcome .second[data-v-effe19ba] {\n height: 120px;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-transform: skewY(2deg);\n transform: skewY(2deg);\n}\n.index .welcome .second .bg[data-v-effe19ba] {\n -webkit-transform: skewY(-4.5deg);\n transform: skewY(-4.5deg);\n background: #1F65D6;\n}\n.index .welcome .second .z-row[data-v-effe19ba] {\n height: auto;\n line-height: 36px;\n font-size: 16px;\n display: block;\n}\n.index .welcome .second .z-row .z-6[data-v-effe19ba] {\n width: 30%;\n margin: 0 5%;\n white-space: nowrap;\n}\n.index .block[data-v-effe19ba] {\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n margin: 24px auto;\n padding-top: 24px;\n max-width: 90%;\n border: 0;\n}\n.index .block > div[data-v-effe19ba] {\n width: 96%;\n margin: 0 auto;\n}\n.index .block .wrap-left[data-v-effe19ba],\n .index .block .wrap-right[data-v-effe19ba] {\n margin: 6px 0;\n line-height: 28px;\n}\n}\n", ""]);
- // exports
- /***/ }),
- /***/ 459:
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
- "use strict";
- Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- //
- /* harmony default export */ __webpack_exports__["default"] = ({
- data: function data() {
- return {
- loadIng: 0,
- loginShow: false,
- loginType: 'login',
- codeNeed: false,
- codeUrl: $A.apiUrl('users/login/codeimg'),
- formLogin: {
- username: '',
- userpass: '',
- userpass2: '',
- code: ''
- },
- ruleLogin: {},
- systemConfig: $A.jsonParse($A.storage("systemSetting")),
- fromUrl: '',
- formCustom: {
- passwd: '',
- passwdCheck: '',
- age: ''
- }
- };
- },
- mounted: function mounted() {
- //
- },
- activated: function activated() {
- this.getSetting();
- this.fromUrl = decodeURIComponent($A.getObject(this.$route.query, 'from'));
- if (this.fromUrl) {
- this.loginChack();
- }
- },
- methods: {
- initLanguage: function initLanguage() {
- this.ruleLogin = {
- username: [{ required: true, message: this.$L('请填写用户名!'), trigger: 'change' }, { type: 'string', min: 2, message: this.$L('用户名长度至少2位!'), trigger: 'change' }],
- userpass: [{ required: true, message: this.$L('请填写登录密码!'), trigger: 'change' }, { type: 'string', min: 6, message: this.$L('密码错长度至少6位!'), trigger: 'change' }]
- };
- },
- getSetting: function getSetting() {
- var _this = this;
- $A.apiAjax({
- url: 'system/setting',
- error: function error() {
- $A.storage("systemSetting", {});
- },
- success: function success(res) {
- if (res.ret === 1) {
- _this.systemConfig = res.data;
- $A.storage("systemSetting", _this.systemConfig);
- } else {
- $A.storage("systemSetting", {});
- }
- if (_this.systemConfig.loginWin == 'direct') {
- _this.loginChack();
- }
- }
- });
- },
- loginChack: function loginChack() {
- if ($A.getToken() !== false) {
- this.goForward({ path: '/todo' }, true);
- } else {
- this.loginShow = true;
- }
- },
- refreshCode: function refreshCode() {
- this.codeUrl = $A.apiUrl('users/login/codeimg?_=' + Math.random());
- },
- enterpriseOpen: function enterpriseOpen() {
- this.goForward({ path: '/plans' });
- },
- onBlur: function onBlur() {
- var _this2 = this;
- if (this.loginType != 'login') {
- this.codeNeed = false;
- return;
- }
- this.loadIng++;
- $A.ajax({
- url: $A.apiUrl('users/login/needcode'),
- data: {
- username: this.formLogin.username
- },
- complete: function complete() {
- _this2.loadIng--;
- },
- success: function success(res) {
- _this2.codeNeed = res.ret === 1;
- }
- });
- },
- onLogin: function onLogin() {
- var _this3 = this;
- this.$refs.login.validate(function (valid) {
- if (valid) {
- _this3.loadIng++;
- $A.ajax({
- url: $A.apiUrl('users/login?type=' + _this3.loginType),
- data: _this3.formLogin,
- complete: function complete() {
- _this3.loadIng--;
- },
- success: function success(res) {
- if (res.ret === 1) {
- $A.storage("userInfo", res.data);
- $A.setToken(res.data.token);
- $A.triggerUserInfoListener(res.data);
- //
- _this3.loadIng--;
- _this3.loginShow = false;
- _this3.$refs.login.resetFields();
- _this3.$Message.success(_this3.$L('登录成功'));
- if (_this3.fromUrl) {
- window.location.replace(_this3.fromUrl);
- } else {
- _this3.goForward({ path: '/todo' }, true);
- }
- } else {
- _this3.$Modal.error({
- title: _this3.$L("温馨提示"),
- content: res.msg
- });
- if (res.data.code === 'need') {
- _this3.codeNeed = true;
- _this3.refreshCode();
- }
- }
- }
- });
- }
- });
- }
- }
- });
- /***/ }),
- /***/ 460:
- /***/ (function(module, exports, __webpack_require__) {
- var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("div", { staticClass: "w-box index" }, [
- _c(
- "div",
- { staticClass: "login_box" },
- [
- _c("h2", [_vm._v("\n 晋江人资团队协作平台\n ")]),
- _vm._v(" "),
- _c(
- "Form",
- {
- ref: "login",
- attrs: { model: _vm.formLogin, rules: _vm.ruleLogin },
- nativeOn: {
- submit: function($event) {
- $event.preventDefault()
- }
- }
- },
- [
- _c(
- "FormItem",
- { attrs: { prop: "username" } },
- [
- _c(
- "Input",
- {
- attrs: { type: "text", placeholder: _vm.$L("用户名") },
- on: { "on-enter": _vm.onLogin, "on-blur": _vm.onBlur },
- model: {
- value: _vm.formLogin.username,
- callback: function($$v) {
- _vm.$set(_vm.formLogin, "username", $$v)
- },
- expression: "formLogin.username"
- }
- },
- [
- _c("Icon", {
- attrs: { slot: "prepend", type: "ios-person-outline" },
- slot: "prepend"
- })
- ],
- 1
- )
- ],
- 1
- ),
- _vm._v(" "),
- _c(
- "FormItem",
- { attrs: { prop: "userpass" } },
- [
- _c(
- "Input",
- {
- attrs: { type: "password", placeholder: _vm.$L("密码") },
- on: { "on-enter": _vm.onLogin },
- model: {
- value: _vm.formLogin.userpass,
- callback: function($$v) {
- _vm.$set(_vm.formLogin, "userpass", $$v)
- },
- expression: "formLogin.userpass"
- }
- },
- [
- _c("Icon", {
- attrs: { slot: "prepend", type: "ios-lock-outline" },
- slot: "prepend"
- })
- ],
- 1
- )
- ],
- 1
- ),
- _vm._v(" "),
- _vm.loginType == "login" && _vm.codeNeed
- ? _c(
- "FormItem",
- { attrs: { prop: "code" } },
- [
- _c(
- "Input",
- {
- attrs: { type: "text", placeholder: _vm.$L("验证码") },
- on: { "on-enter": _vm.onLogin },
- model: {
- value: _vm.formLogin.code,
- callback: function($$v) {
- _vm.$set(_vm.formLogin, "code", $$v)
- },
- expression: "formLogin.code"
- }
- },
- [
- _c("Icon", {
- attrs: {
- slot: "prepend",
- type: "ios-checkmark-circle-outline"
- },
- slot: "prepend"
- }),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "login-code",
- attrs: { slot: "append" },
- on: { click: _vm.refreshCode },
- slot: "append"
- },
- [_c("img", { attrs: { src: _vm.codeUrl } })]
- )
- ],
- 1
- )
- ],
- 1
- )
- : _vm._e(),
- _vm._v(" "),
- _c(
- "Form-item",
- { staticStyle: { "text-align": "center" } },
- [
- _c(
- "Button",
- {
- attrs: { type: "primary", loading: _vm.loadIng > 0 },
- on: { click: _vm.onLogin }
- },
- [_vm._v("登录")]
- )
- ],
- 1
- )
- ],
- 1
- )
- ],
- 1
- )
- ])
- }
- var staticRenderFns = []
- render._withStripped = true
- module.exports = { render: render, staticRenderFns: staticRenderFns }
- if (false) {
- module.hot.accept()
- if (module.hot.data) {
- require("vue-hot-reload-api") .rerender("data-v-effe19ba", module.exports)
- }
- }
- /***/ })
- });
|