This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fangwenqiao
/
luoyangCoachApp
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
0
Tags
1.9 MiB
Vue
50.9%
JavaScript
46.8%
SCSS
2.2%
Tree:
6db73709ad
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6db73709ad'
${ noResults }
luoyangCoachApp
/
common
/
js
/
uniExport.js
8 lines
112 B
Raw
Blame
History
export
let
goPage
=
(
url
,
params
=
{
}
,
type
=
'navigateTo'
)
=>
{
uni
.
$u
.
route
(
{
url
,
params
,
type
}
)
}
Reference in new issue