diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index 7d53971..8a87c84 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -3,21 +3,21 @@ - self.userAuth.value=3 + self.userAuth=3 - self.userAuth.value=1 + self.userAuth=1 - self.userAuth.value=2 + self.userAuth=2 - self.userAuth.value=4 + self.userAuth=4 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 68f0863..704819a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -395,5 +395,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +