新增愈心魔方 WebView Tab、首页魔方横幅与四宫格入口(心理测评/咨询/情绪压力评估/就医保障);H5 地址配置于 yxgConfig.js。 Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
170 B
Vue
10 lines
170 B
Vue
<template>
|
|
<web-view :src="h5Url"></web-view>
|
|
</template>
|
|
|
|
<script setup>
|
|
import { YXG_H5_HOME_URL } from '@/util/yxgConfig.js'
|
|
|
|
const h5Url = YXG_H5_HOME_URL
|
|
</script>
|