vbea 1 year ago
parent
commit
b5544a3912
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Strides-APP/android/app/version.properties
  2. 1 1
      Strides-APP/app/pages/sign/Login.js

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Mon Apr 07 10:17:55 CST 2025
-VERSION_CODE=598
+#Mon Apr 07 10:30:13 CST 2025
+VERSION_CODE=600

+ 1 - 1
Strides-APP/app/pages/sign/Login.js

@@ -130,7 +130,7 @@ export default class Login extends React.Component {
   }
 
   startWebApp() {
-    Linking.openURL(app.product ? "https://webapp.chargeco.global/" : "https://uat.chargeco.global/webapp")
+    Linking.openURL(app.product ? "https://webapp.chargeco.global/" : "https://uat.chargeco.global/webapp")
   }
 
   render() {