bug
jiangping
2023-12-06 1f4e7d0f73a73e7350cf5a1df279d5f30904c5d5
h5_standard/src/views/index.vue
@@ -1,7 +1,7 @@
<template>
    <div class="index">
        <!--    头部导航    -->
        <template v-if="env == 'H5'">
        <template v-if="env == 'H5' || env == 'XCX'">
            <v-Header :pathList="pathLists">
                <template v-slot:title>{{ title }}</template>
            </v-Header>