This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fangwenqiao
/
jiangximiniprogramSchool
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.
24
Commits
1
Branch
0
Tags
2.0 MiB
Vue
50.7%
JavaScript
47.1%
SCSS
2.2%
Tree:
cc6eba5ec9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cc6eba5ec9'
${ noResults }
jiangximiniprogramSchool
/
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