@@ -112,15 +112,15 @@
methods: {
skip(type){
if(type==0){
- uni.navigateTo({
+ uni.reLaunch({
url:'/pages/index'
})
}else if(type==1){
url:'/pages/weitiandi/deviceList'
}else if(type==2){
url:'/pages/mine/index'
}
@@ -201,15 +201,15 @@
skipPage(type){
@@ -117,15 +117,15 @@ export default {