Explorar el Código

fix:按钮新增跳转

shenchunlv hace 2 años
padre
commit
29b9f8a289
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)