y-uni-route

1.0.1 • Public • Published

安装

import yUniRoute from 'y-uni-route'; yUniRoute();

路由拦截

uni.$router.beforeEnter = function(to, from, next,options,type){
	...相关拦截操作
	next({ options,type })
}

uni.$router.afterEach = function(to, from){
	
}

Package Sidebar

Install

npm i y-uni-route

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.29 kB

Total Files

3

Last publish

Collaborators

  • myjustify