张延森 3 年 前
コミット
badfe0a951
共有1 個のファイルを変更した0 個の追加6 個の削除を含む
  1. 0
    6
      src/utils/initial.js

+ 0
- 6
src/utils/initial.js ファイルの表示

@@ -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 => {