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,15 @@ const title = ref<string>('') <<<<<<< HEAD <<<<<<< HEAD // alert(window.document.title) ======= alert(window.document.title) >>>>>>> 89d77a7cd7285feda993bffec2513892f8bd355f ======= // alert(window.document.title) >>>>>>> 1.0.3 const pathLists = reactive<string[]>([ '/index', '/workbench',