From b4e77b10fc1384d9884149fb7a2cdc54d5758887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Sun, 21 Jan 2018 23:03:28 +0800 Subject: [PATCH] no message Former-commit-id: 7847f08ef5dbd559b07f00bc477b52b39e3d9501 Former-commit-id: e980f89143bc1168d2c10c5d5aff4f72a3549a07 Former-commit-id: 634d63e7df472aba8f86aff1858d6c903c9b8ed5 --- src/pages/core/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/core/login/index.vue b/src/pages/core/login/index.vue index f6165ede..2f1177d7 100644 --- a/src/pages/core/login/index.vue +++ b/src/pages/core/login/index.vue @@ -7,7 +7,7 @@ require('particles.js') // 配置地址 // https://vincentgarreau.com/particles.js/#default -import config from './config/nasa' +import config from './config/default' export default { mounted () { particlesJS('login', config) @@ -20,7 +20,7 @@ export default { .login { height: 100%; width: 100%; - background-color: $color-text-main; + background-color: $color-info; }