소스 검색

fix:跳转

shenchunlv 2 년 전
부모
커밋
bf79ffa832
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -386,7 +386,7 @@ const getImg = (name: number) => {
 }
 const loginBtn =()=>{
   console.log('跳转')
-  // window.location.replace('http://p.daicrm.com/#/login')
+  window.location.replace('http://p.daicrm.com/#/login')
   // window.location.href('http://p.daicrm.com/#/login')
 }
 const currentIndex = ref(1)