Explorar o código

授权界面中 code 值 换成id

like hai 10 meses
pai
achega
48eab2dea6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      snowy-admin-web/src/views/wx/index.vue

+ 1 - 1
snowy-admin-web/src/views/wx/index.vue

@@ -62,7 +62,7 @@
 	const queryObj = ref({}) //携带的参数
 
 	onMounted(() => {
-		if (Route.query.code) {
+		if (Route.query.id) {
 			queryObj.value = Route.query
 		}
 	})