future 1 year ago
parent
commit
71b251dd84
1 changed files with 1 additions and 1 deletions
  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'
 		})
 	}