master
admin-pc\admin 1 year ago
parent 1e6105bf90
commit f240e20c6f

@ -3,25 +3,25 @@ package com.rehome.dywoa;
public class Contans { public class Contans {
public static String IP = "http://192.168.2.115:8601/"; // public static String IP = "http://192.168.2.115:8601/";
public static String IP_INTRANET = "http://192.168.2.115:8601/"; // public static String IP_INTRANET = "http://192.168.2.115:8601/";
public static String IP_EXTRANET = "http://192.168.2.115:8601/"; // public static String IP_EXTRANET = "http://192.168.2.115:8601/";
public static String SIS_TOKEN_IP = "https://sis.dywzhny.com.cn/"; // public static String SIS_TOKEN_IP = "https://sis.dywzhny.com.cn/";
public static String BI_TOKEN_IP = "https://bi.dywzhny.com.cn/"; // public static String BI_TOKEN_IP = "https://bi.dywzhny.com.cn/";
//APP登录接口厂内服务器IP //APP登录接口厂内服务器IP
// public static String IP = "https://app.dywzhny.com.cn/"; public static String IP = "https://app.dywzhny.com.cn/";
// //app内网 //app内网
// public static String IP_INTRANET = "https://app.dywzhny.com.cn/"; public static String IP_INTRANET = "https://app.dywzhny.com.cn/";
// //app外网 //app外网
// public static String IP_EXTRANET = "https://app.dywzhny.com.cn/"; public static String IP_EXTRANET = "https://app.dywzhny.com.cn/";
// //SIS系统厂内IP //SIS系统厂内IP
// public static String SIS_TOKEN_IP = "https://sis.dywzhny.com.cn/"; public static String SIS_TOKEN_IP = "https://sis.dywzhny.com.cn/";
// //BI //BI
// public static String BI_TOKEN_IP = "https://bi.dywzhny.com.cn/"; public static String BI_TOKEN_IP = "https://bi.dywzhny.com.cn/";

@ -202,8 +202,8 @@ class LoginActivity : BaseActivityOaToolbarViewBinding<ActivityLoginBinding>() {
binding.etPassword.setText("A000000a.") binding.etPassword.setText("A000000a.")
//ceshi1 //ceshi1
binding.etUsername.setText("ceshi1") // binding.etUsername.setText("ceshi1")
binding.etPassword.setText("A000000a.") // binding.etPassword.setText("A000000a.")
// binding.etUsername.setText("CY00011") // binding.etUsername.setText("CY00011")
// binding.etPassword.setText("A000000a") // binding.etPassword.setText("A000000a")

@ -38,8 +38,9 @@ public class MaterialProgressDrawable extends Drawable implements Animatable {
private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator(); private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();
private static final float FULL_ROTATION = 1080.0f; private static final float FULL_ROTATION = 1080.0f;
@Retention(RetentionPolicy.CLASS) //@Retention(RetentionPolicy.CLASS)
@IntDef({LARGE, DEFAULT}) @IntDef({LARGE, DEFAULT})
@Retention(RetentionPolicy.SOURCE)
public @interface ProgressDrawableSize {} public @interface ProgressDrawableSize {}
// Maps to ProgressBar.Large style // Maps to ProgressBar.Large style
static final int LARGE = 0; static final int LARGE = 0;

Loading…
Cancel
Save