删除video目录

This commit is contained in:
ageer
2024-03-01 14:41:34 +08:00
parent 3af4a9dfd9
commit 240df6e3dc
7 changed files with 39 additions and 32 deletions

View File

@@ -9,6 +9,12 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-modules</artifactId>
<packaging>pom</packaging>
<description>
ruoyi-modules 业务模块
</description>
<modules>
<module>ruoyi-demo</module>
@@ -19,11 +25,4 @@
<module>ruoyi-live</module>
</modules>
<artifactId>ruoyi-modules</artifactId>
<packaging>pom</packaging>
<description>
ruoyi-modules 业务模块
</description>
</project>