lrf402788946 há 4 anos atrás
pai
commit
8370697021
2 ficheiros alterados com 5 adições e 1 exclusões
  1. 1 1
      app.js
  2. 4 0
      pages/login/login.js

+ 1 - 1
app.js

@@ -36,7 +36,7 @@ App({
     userInfo: null,
     userInfo: null,
     // publicUrl: 'http://192.168.1.119:11000'
     // publicUrl: 'http://192.168.1.119:11000'
     // publicUrl: 'http://124.71.143.119'
     // publicUrl: 'http://124.71.143.119'
-    publicUrl: 'https://htyd.jlsci.cn'
+    publicUrl: 'https:/htyd.imonsters.cn'
   },
   },
   id: 'wx74f916cbbb2173fa',
   id: 'wx74f916cbbb2173fa',
 })
 })

+ 4 - 0
pages/login/login.js

@@ -55,6 +55,10 @@ Page({
               duration: 2000
               duration: 2000
             })
             })
           }
           }
+        },
+        error: (e) => {
+          console.log('error');
+          console.log(e);
         }
         }
       })
       })
     }
     }