瀏覽代碼

2024-05-14

codeMan 1 年之前
父節點
當前提交
92fb8e6e85
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      cloud/globalSearch/index.vue

+ 5 - 0
cloud/globalSearch/index.vue

@@ -103,6 +103,11 @@ export default {
             })
         },
     },
+    onLoad () {
+        uni.setNavigationBarTitle({
+            title: '全站搜索'
+        });
+    },
     created() {
         this.avatar = uni.getStorageSync("site").logo
         this.getList()