From a52f13d719ee9cd53f129f4c59dcad783977fce9 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期五, 01 九月 2023 11:36:34 +0800
Subject: [PATCH] 小程序接口api 添加
---
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