whx 7 ماه پیش
والد
کامیت
e2b5e0b000

BIN
virgo.wzfrontend/src/main/resources/.DS_Store


BIN
virgo.wzfrontend/src/main/resources/static/.DS_Store


+ 2 - 1
virgo.wzfrontend/src/main/resources/static/index.html

@@ -38,7 +38,8 @@
 					<li to="#tell" class="nav-link">联系我们</li>
 				</ul>
 				<div class="title-button">
-					<div class="title-btn jianzao">建造平台</div>
+					<div class="title-btn jianzao">建造平台</div>
+					<div class="title-btn gonghai">公海房源</div>
 					<div class="title-btn register">登录控制台</div>
 				</div>
 			</div>

BIN
virgo.wzfrontend/src/main/resources/static/js/.DS_Store


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
virgo.wzfrontend/src/main/resources/static/js/index.min.js


+ 5 - 1
virgo.wzfrontend/youji/js/index.js

@@ -62,7 +62,11 @@ $('.nav-link').click(function() {
 
 $('.register').click(function() {
 	window.location.href = '/console/index.html'
-})
+})
+
+$('.gonghai').click(function() {
+	window.location.href = '/console/index.html/#/website/home'
+})
 
 $('.jianzao').click(function() {
 	window.location.href = 'https://www.youjiyun.net/console/index.html'

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
virgo.wzfrontend/youji/js/index.min.js