This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fangwenqiao
/
luoyang-uniapp-app
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.
49
Commits
1
Branch
0
Tags
136 MiB
Vue
46.2%
JavaScript
37.8%
Objective-C
13.2%
SCSS
1.8%
C++
1%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
luoyang-uniapp-app
/
common
/
js
/
uniExport.js
7 lines
111 B
Raw
Permalink
Blame
History
export
let
goPage
=
(
url
,
params
=
{
}
,
type
=
'navigateTo'
)
=>
{
uni
.
$u
.
route
(
{
url
,
params
,
type
}
)
}
Reference in new issue