From a89fe32c353040bbb95d7519cf7bafc4b5934f10 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期三, 06 九月 2023 09:54:14 +0800
Subject: [PATCH] 小程序

---
 h5_standard/src/views/children.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/h5_standard/src/views/children.vue b/h5_standard/src/views/children.vue
index adfe02d..d03ea27 100644
--- a/h5_standard/src/views/children.vue
+++ b/h5_standard/src/views/children.vue
@@ -1,7 +1,7 @@
 <template>
     <div class="box">
         <!--    澶撮儴瀵艰埅    -->
-        <template v-if="env == 'H5'">
+        <template v-if="env == 'H5' || env == 'XCX'">
             <v-Header :pathList="pathLists">
                 <template v-slot:title>{{title}}</template>
             </v-Header>
@@ -36,6 +36,7 @@
 
     const title = ref<string>('')
 
+    // alert(window.document.title)
     const pathLists = reactive<string[]>([
         '/index',
         '/workbench',

--
Gitblit v1.9.3