Просмотр исходного кода

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

suntg 8 лет назад
Родитель
Сommit
47e6fa0096
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

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