This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liao
/
JianjianStreet-aplet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
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.
16
Commits
1
Branch
2.2 MiB
Vue
80.3%
JavaScript
17.5%
CSS
2.2%
Tree:
dd9ea54ecf
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'dd9ea54ecf'
${ noResults }
JianjianStreet-aplet
/
common
/
untils.js
4 lines
83 B
Raw
Blame
History
const
navto
=
function
(
uri
)
{
uni
.
navigateTo
(
{
url
:
uri
}
)
}
export
default
navto
;