Browse Source

修改login.vue对logicConfig的引用

niuheng 3 years ago
parent
commit
ab365d2694
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/frame/login.vue

+ 2 - 2
src/components/frame/login.vue

@@ -32,7 +32,7 @@
 import vueStore from "@/store";
 import { sessionStore } from "@/store/sessionStore";
 import { userController } from "@/controller/userController";
-import logicConfig from '@/logicConfig'
+import { logicConfig } from "@/logicConfig";
 import { Message } from "element-ui";
 
 export default {
@@ -125,7 +125,7 @@ export default {
 .form i {
   font-size: 18px;
   color: #fff;
-  width:16px;
+  width: 16px;
   height: 16px;
 }