From d24b6fe16b7fa9aa608be207f6c9ab158d4e1196 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 12 九月 2023 16:32:22 +0800
Subject: [PATCH] Merge branch 'dev' of ssh://139.186.142.91:29418/productDev/dmMes into dev
---
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