更换Base

This commit is contained in:
Rue Ji
2026-02-02 23:21:18 +08:00
parent 1845e0575d
commit cf4d3f1503
4 changed files with 11 additions and 8 deletions

View File

@ -8,8 +8,8 @@ public class MethodURL {
/**
* 项目名
*/
// public static final String PJ_Base = "SIPAIIS_WMS";
public static final String PJ_Base = "SIPAIIS_WMS";
// public static final String PJ_Base = "TGLW";
public static final String PJ_Base = "TGLW";
/**
* 方法名

View File

@ -75,6 +75,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:hint="用户名"
android:text="admin"
android:background="@null"
android:ems="10"
android:paddingLeft="10dp"
@ -112,6 +113,7 @@
android:textCursorDrawable="@null"
android:background="@null"
android:hint="密码"
android:text="123456"
android:inputType="textPassword"
android:paddingLeft="10dp"
android:paddingRight="10dp"

View File

@ -35,14 +35,15 @@
android:textColor="#666666"
android:textSize="14sp"
android:layout_marginBottom="8dp"/>
<!-- 1.13.190.129:8080 -->
<!-- 1.13.190.129:8080 -->
<EditText
android:id="@+id/moudle_edit_ip_edt_in"
android:layout_width="match_parent"
android:layout_height="45dp"
android:background="@drawable/bg_setting_input"
android:hint="请输入厂内IP"
android:text="116.228.107.170:9190"
android:text="1.13.190.129:8080"
android:textColor="@color/black"
android:textSize="14sp"
android:paddingLeft="12dp"
@ -65,7 +66,7 @@
android:layout_height="45dp"
android:background="@drawable/bg_setting_input"
android:hint="请输入厂外IP"
android:text="116.228.107.170:9190"
android:text="1.13.190.129:8080"
android:textColor="@color/black"
android:textSize="14sp"
android:paddingLeft="12dp"

View File

@ -1,8 +1,8 @@
<resources>
<string name="app_name">碳谷绿湾</string>
<string name="appflag">SIPAIIS_WMS</string>
<string name="app_flag">SIPAIIS_WMS</string>
<string name="app_flag_patrol">SIPAIIS_WMS</string>
<string name="appflag">TGLW</string>
<string name="app_flag">TGLW</string>
<string name="app_flag_patrol">TGLW</string>
<string name="no_nfc">该设备不支持NFC</string>
<string name="open_nfc">NFC功能没打开请打开</string>