Browse Source

去掉debugger

lifanagju_citu 5 months ago
parent
commit
25cbe8a081
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/index/position.vue

+ 0 - 1
pages/index/position.vue

@@ -123,7 +123,6 @@ const gridList = [
 
 // 跳转企业详情
 const handleToDetails = ({ id, weiXinPublicUrl, title }) => {
-  debugger
 	if (id) {
 		uni.navigateTo({ url: `/pagesB/companyDetail/index?id=${id}` })
 	}