瀏覽代碼

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)