111
k94314517
2023-09-18 2359a38efc2a90a2776e2a45afcecda1fb0065a3
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',