更改商品更改bug,以及桌码区域bug

This commit is contained in:
liuyingfang
2024-02-27 17:02:18 +08:00
parent 1b81592de0
commit 26d8fb9c05
9 changed files with 27 additions and 13 deletions

View File

@@ -99,7 +99,20 @@
<version>3.3.2</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>dev</id>
<properties>
<env>dev</env>
</properties>
</profile>
<profile>
<id>pro</id>
<properties>
<env>pro</env>
</properties>
</profile>
</profiles>
<!-- 打包 -->
<build>
<plugins>