future hace 1 año
padre
commit
71b251dd84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      xs-app/pages/bookstore/template/template-book-Search.vue

+ 1 - 1
xs-app/pages/bookstore/template/template-book-Search.vue

@@ -10,7 +10,7 @@
 <script setup lang="ts">
 	function clickGoSearch() {
 		uni.navigateTo({
-			url: '/pages/search/search'
+			url: '/pagesA/search/search'
 		})
 	}