sunchengjie 8 months ago
parent
commit
2c73647a88
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/pages/express.vue
  2. 1 0
      src/pages/index.vue

+ 1 - 1
src/pages/express.vue

@@ -493,7 +493,7 @@ export default {
 					window.location.href = location.protocol + '//' + location.host + '/#/Express'
 				}
 			});
-			debugger
+			// debugger
 		},
 		// 财务核销码哦icon扫描
 		async vxSearchIcon() {

+ 1 - 0
src/pages/index.vue

@@ -61,6 +61,7 @@ export default {
 		goPage(type){
 			if(type === 1){
 				window.location.href = window.location.href + "Express"
+				window.location.reload()
 			}
 		}
 	}