wzh 2 роки тому
батько
коміт
39aa0c78b6
3 змінених файлів з 9 додано та 9 видалено
  1. 3 3
      pages/index.vue
  2. 3 3
      pages/mine/index.vue
  3. 3 3
      pages/weitiandi/deviceList.vue

+ 3 - 3
pages/index.vue

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

+ 3 - 3
pages/mine/index.vue

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

+ 3 - 3
pages/weitiandi/deviceList.vue

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