Vue.prototype.handler = function(val){typeof val === 'function' ? val.call(this) : (val+'').startsWith('/')? uni.navigateTo({url:val}) : ''}

 

 posted on 2022-11-24 09:36  laremehpe  阅读(25)  评论(0)    收藏  举报