Browse Source

fix:按钮新增跳转

shenchunlv 2 years ago
parent
commit
29b9f8a289
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/index.vue

+ 1 - 0
pages/index.vue

@@ -338,6 +338,7 @@ const getImg = (name: number) => {
   return new URL(`/public/image/p_img_home_qs_0_${name}.png`, import.meta.url).href;
 }
 const loginBtn =()=>{
+  console.log('跳转')
   window.location.replace('http://p.daicrm.com/#/login')
 }
 const currentIndex = ref(1)