From 27e6bc3df3e39e0d0b147b155a89ad6837ea972b Mon Sep 17 00:00:00 2001
From: cjl <909710561@qq.com>
Date: Mon, 06 Jan 2025 09:19:24 +0800
Subject: [PATCH] Merge branch 'cjl' into dev

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java
index 6e416dd..a49dc6a 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -65,9 +65,14 @@
     public static final String WEB_CHANNEL = "0";
 
     /*
-     * ������������������
+     * ������������������ web
      * */
     public static final String LOGIN_OPERTATE_TYPE = "0";
+
+    /*
+     * ������������������ app
+     * */
+    public static final String LOGIN_OPERTATE_APP = "1";
 
     /*
      * ������������������
@@ -119,10 +124,7 @@
      */
     public static final  String WU_RAN_LEI_XING = "contaminate";
 
-    /**
-     * ������������������
-     */
-    public static final  String ZHENG_GAI_LEI_XING = "reform";
+
 
     /*
      * ������������������������

--
Gitblit v1.8.0