张延森 před 3 roky
rodič
revize
badfe0a951
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0
    6
      src/utils/initial.js

+ 0
- 6
src/utils/initial.js Zobrazit soubor

@@ -60,13 +60,7 @@ export function share (opt) {
60 60
 }
61 61
 
62 62
 
63
-
64
-
65
-
66
-
67 63
 export function Login () {
68
-  console.log(store);
69
-
70 64
   const code = node.process.NODE_ENV === 'development' ? '123' : getCode()
71 65
 
72 66
   return LoginUser(code).then(e => {