浏览代码

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()