Browse Source

更改跳转方式

gcz 3 years ago
parent
commit
9b86e8a141

+ 1 - 0
pages/deviceList/deviceListType1/deviceInfo.vue

@@ -171,6 +171,7 @@
 			customBack(){
 				this.$u.route({
 				  url: '/pages/deviceList/deviceListType1/deviceListType1',
+				  type:'redirect',
 					params:{
 						roadNo:this.roadNo,
 						roadName:this.roadName,

+ 1 - 0
pages/deviceList/deviceListType1/deviceListType1.vue

@@ -96,6 +96,7 @@
 			customBack(){
 				this.$u.route({
 				  url: '/pages/deviceList/deviceList',
+				  type:'redirect',
 					params:{
 						param:this.deviceType
 					}

+ 1 - 0
pages/deviceList/deviceListType2/deviceInfo.vue

@@ -172,6 +172,7 @@
 			customBack(){
 				this.$u.route({
 				  url: '/pages/deviceList/deviceListType2/deviceListType2',
+				  type:'redirect',
 					params:{
 						roadNo:this.roadNo,
 						roadName:this.roadName,

+ 1 - 0
pages/deviceList/deviceListType2/deviceListType2.vue

@@ -104,6 +104,7 @@
 			customBack(){
 				this.$u.route({
 				  url: '/pages/deviceList/deviceList',
+				  type:'redirect',
 					params:{
 						param:this.deviceType
 					}

+ 1 - 0
pages/deviceList/deviceListType3/deviceInfo.vue

@@ -131,6 +131,7 @@
 			customBack(){
 				this.$u.route({
 				  url: '/pages/deviceList/deviceListType3/deviceListType3',
+				  type:'redirect',
 					params:{
 						roadNo:this.roadNo,
 						roadName:this.roadName,

+ 1 - 0
pages/deviceList/deviceListType3/deviceListType3.vue

@@ -99,6 +99,7 @@
 			customBack(){
 				this.$u.route({
 				  url: '/pages/deviceList/deviceList',
+				  type:'redirect',
 					params:{
 						param:this.deviceType
 					}