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