shanbinzhang 5 сар өмнө
parent
commit
4b174df951
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      src/views/Home.vue

+ 2 - 1
src/views/Home.vue

@@ -627,7 +627,8 @@ export default {
     
     // 跳转数据节点
     handleGoSJJD(){
-      window.open('https://www.baidu.com', '_blank')
+      let path = `${location.origin}/space/`
+      window.open(path, '_blank')
     },
 
     handleClickSubMenuItem(item, e) {