diff --git a/vdoing/components/Navbar.vue b/vdoing/components/Navbar.vue index 5ebc145f..d29a8914 100644 --- a/vdoing/components/Navbar.vue +++ b/vdoing/components/Navbar.vue @@ -127,7 +127,7 @@ class="color-nomal" target="_blank" id="signin" - href="/signup.html" + href="https://cloud.deepflow.yunshan.net/signup.html" >企业版体验 diff --git a/vdoing/util/init.js b/vdoing/util/init.js index f41ea397..fcb677df 100644 --- a/vdoing/util/init.js +++ b/vdoing/util/init.js @@ -7,7 +7,7 @@ export default () => { function addWebHeaderEvent() { document.querySelectorAll(".to-signup").forEach((element) => { element.addEventListener("click", function () { - window.open('/signup.html', '_blank') + window.open('https://cloud.deepflow.yunshan.net/signup.html', '_blank') }); }); document.querySelectorAll(".to-demo").forEach((element) => { @@ -67,7 +67,7 @@ export default () => { function addMobileHeaderEvent() { document.querySelectorAll(".to-signup").forEach((element) => { element.addEventListener("click", function () { - window.location.href = "/signup.html"; + window.location.href = "https://cloud.deepflow.yunshan.net/signup.html"; }); }); // document.getElementById("signin-m").addEventListener("click", function () {