Quellcode durchsuchen

修改正式环境编译静态文件路径为HTTPS路径

suntg vor 8 Jahren
Ursprung
Commit
47e6fa0096
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -39,7 +39,7 @@
 			<properties>
 			<properties>
 				<profile>prod</profile>
 				<profile>prod</profile>
 				<!-- static plugin -->
 				<!-- static plugin -->
-				<static-path>http://static.usoftmall.com</static-path>
+				<static-path>https://static.usoftmall.com</static-path>
 			</properties>
 			</properties>
 		</profile>
 		</profile>
 	</profiles>
 	</profiles>