shish 4 anni fa
parent
commit
5ca4ff2cdc
1 ha cambiato i file con 1 aggiunte e 5 eliminazioni
  1. 1 5
      ghsApp/src/common/pageSuccess.vue

+ 1 - 5
ghsApp/src/common/pageSuccess.vue

@@ -26,11 +26,7 @@ export default {
 		uni.navigateBack({delta: 3});
 		uni.navigateBack({delta: 3});
     },
     },
 	goBackHome() {
 	goBackHome() {
-      this.$util.pageTo({
-        url: "/admin/home/workbench",
-        type: 4,
-        query: { tabIndex: 0 },
-      });
+      this.$util.pageTo({ url: "/admin/home/workbench", type: 4, query: { tabIndex: 0 }, })
     },
     },
   },
   },
 };
 };