jiangping
2023-10-26 68c5ef7d9fea3f911e250fb5f8b300bc76099e49
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>