فهرست منبع

ready for release

vbea 3 سال پیش
والد
کامیت
8fa1f05309
4فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 2 2
      Strides-APP/android/app/version.properties
  2. 1 1
      Strides-APP/app/api/http.js
  3. 2 2
      Strides-APP/app/pages/About.js
  4. 1 1
      Strides-Admin/.env.production

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

@@ -1,2 +1,2 @@
-#Fri Jan 13 12:10:05 CST 2023
-VERSION_CODE=73
+#Fri Jan 13 12:37:35 CST 2023
+VERSION_CODE=74

+ 1 - 1
Strides-APP/app/api/http.js

@@ -4,7 +4,7 @@ import app from '../../app.json';
 
 //config
 //const hostUrl = 'http://161.117.183.142/';
-const hostUrl = app.product ? 'https://csms.evctechnology.com/' : 'https://uat.chargeco.global/';
+const hostUrl = app.product ? 'https://chargeco.global/' : 'https://uat.chargeco.global/';
 const service = 'chargeco/'
 export const host = hostUrl;
 

+ 2 - 2
Strides-APP/app/pages/About.js

@@ -23,7 +23,7 @@ export default About = () => {
         <Text style={styles.linkText} onPress={() => startPage(PageList.condition)}>Terms of Use</Text>
         <Text style={styles.linkText} onPress={() => startPage(PageList.privacy)}>Privacy Policy</Text>
       </View>
-      <Text style={styles.copyright}>{'Copyright ' + /*app.versionName + ' Build ' + app.versionCode + */getYearRange()+' Strides Pte. Ltd.'}</Text>
+      <Text style={styles.copyright}>{'Copyright ' + /*app.versionName + ' Build ' + app.versionCode + */getYearRange()+' Strides YTL Pte. Ltd.'}</Text>
     </View>
   );
 }
@@ -31,7 +31,7 @@ export default About = () => {
 const getYearRange = () => {
   const y = new Date().getFullYear();
   var r = '©' + author;
-  if (y != author) {
+  if (y > author) {
     r += '-' + y
   }
   return r;

+ 1 - 1
Strides-Admin/.env.production

@@ -3,5 +3,5 @@ NODE_ENV = 'production'
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = 'https://uat.chargeco.global/'
+VUE_APP_BASE_API = 'https://chargeco.global/'
 VUE_APP_API_PREFIX = 'chargeco/crmApi'