From 992a09b8fc8db7eab430cc6fd51a52aefa0d4e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Mon, 22 Jan 2018 16:56:57 +0800 Subject: [PATCH] no message Former-commit-id: 604786ecd5ae6a66f1838426b7a13b31dc81ba1c Former-commit-id: 744cb1ba453f5079f28b355e12e18b98558fd651 Former-commit-id: dbba70e5e9006a5851a0efa41737f9afd939e72f --- src/pages/core/login/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/core/login/index.vue b/src/pages/core/login/index.vue index 27467f72..27649e86 100644 --- a/src/pages/core/login/index.vue +++ b/src/pages/core/login/index.vue @@ -28,7 +28,12 @@ - 登陆 + + 登陆 + @@ -64,9 +69,11 @@ export default { } }, mounted () { + // 初始化例子插件 particlesJS('login', config) }, methods: { + // 提交登陆信息 submit () { this.$refs.loginForm.validate((valid) => { if (valid) { @@ -132,6 +139,7 @@ export default { width: 100%; } } + // 帮助按钮 .button-help { width: 100%; margin-top: $margin;