张延森 3 anni fa
parent
commit
43e72dfccb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/utils/initial.js

+ 1
- 1
src/utils/initial.js Vedi File

@@ -61,7 +61,7 @@ export function share (opt) {
61 61
 
62 62
 
63 63
 export function Login () {
64
-  const code = node.process.NODE_ENV === 'development' ? '123' : getCode()
64
+  const code = process.env.NODE_ENV === 'development' ? '123' : getCode()
65 65
 
66 66
   return LoginUser(code).then(e => {
67 67
     // PVsum