diff --git a/base-manager/pom.xml b/base-manager/pom.xml
index ac295c2ec894038fd9eb58ecb5a3a53606803119..efafa4d19572d0985b8053c3a7ed0776e21488af 100644
--- a/base-manager/pom.xml
+++ b/base-manager/pom.xml
@@ -62,48 +62,6 @@
             </properties>
         </profile>
 
-        <profile>
-            <id>yibin-test</id>
-            <properties>
-                <profiles.active>yibin-test</profiles.active>
-                <profiles.server.path>/base</profiles.server.path>
-                <profiles.publish.path>/home/publish</profiles.publish.path>
-                <profiles.rabbitmq.host>127.0.0.1</profiles.rabbitmq.host>
-                <profiles.rabbitmq.port>5672</profiles.rabbitmq.port>
-                <profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username>
-                <profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password>
-                <profiles.rabbitmq.virtualhost>/</profiles.rabbitmq.virtualhost>
-                <profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr>
-                <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
-                <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
-                <profiles.log.path>/home/mortals/app/logs</profiles.log.path>
-                <profiles.log.level>INFO</profiles.log.level>
-                <package.environment>test</package.environment>
-                <skipUi>false</skipUi>
-            </properties>
-        </profile>
-        <profile>
-            <id>product</id>
-            <properties>
-                <profiles.active>product</profiles.active>
-                <profiles.server.path>/base</profiles.server.path>
-                <profiles.server.port>17211</profiles.server.port>
-                <profiles.publish.path>/home/publish</profiles.publish.path>
-                <profiles.rabbitmq.host>192.168.0.251</profiles.rabbitmq.host>
-                <profiles.rabbitmq.port>5672</profiles.rabbitmq.port>
-                <profiles.rabbitmq.username>root_mq</profiles.rabbitmq.username>
-                <profiles.rabbitmq.password>xhx@2022</profiles.rabbitmq.password>
-                <profiles.rabbitmq.virtualhost>/</profiles.rabbitmq.virtualhost>
-                <profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr>
-                <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
-                <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
-                <profiles.log.path>/home/mortals/app/logs</profiles.log.path>
-                <profiles.log.level>INFO</profiles.log.level>
-                <package.environment>build</package.environment>
-                <skipUi>true</skipUi>
-            </properties>
-        </profile>
-
         <profile>
             <id>yibin</id>
             <properties>
diff --git a/portal-manager/pom.xml b/portal-manager/pom.xml
index c122ce4e5c7edb6db704881577617c5a2c2739f9..26a2de5edabc4a85b3269e43217175ae210a54be 100644
--- a/portal-manager/pom.xml
+++ b/portal-manager/pom.xml
@@ -282,7 +282,7 @@
 							<arguments>
 								<argument></argument>
 							</arguments>
-							<workingDirectory>${project.parent.basedir}/portal-manager-ui/admin</workingDirectory>
+							<workingDirectory>${project.parent.basedir}/${project.artifactId}-ui/admin</workingDirectory>
 						</configuration>
 					</execution>
 
@@ -298,7 +298,7 @@
 								<argument>run</argument>
 								<arguments>${package.environment}</arguments>
 							</arguments>
-							<workingDirectory>${project.parent.basedir}/portal-manager-ui/admin</workingDirectory>
+							<workingDirectory>${project.parent.basedir}/${project.artifactId}-ui/admin</workingDirectory>
 						</configuration>
 					</execution>
 				</executions>