From 2589c5fac8827f281df618e10335ab8dec17c402 Mon Sep 17 00:00:00 2001
From: Lawrence <1934378145@qq.com>
Date: 星期一, 09 十一月 2020 18:44:35 +0800
Subject: [PATCH] 修正不同终端开关音频设置不同引起播放问题的bug
---
pom.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0463182..b5e44c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,8 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
- <!-- <webResources>
+ <!--
+ <webResources>
<resource>
<directory>${project.basedir}/libs</directory>
<targetPath>WEB-INF/lib</targetPath>
@@ -186,7 +187,8 @@
<include>**/*.jar</include>
</includes>
</resource>
- </webResources> -->
+ </webResources>
+ -->
</configuration>
</plugin>
--
Gitblit v1.8.0