From 839299ceef2843c72b5a1f6bc99b48390d98a50f Mon Sep 17 00:00:00 2001 From: liuyg <376836862@qq.com> Date: Thu, 15 Apr 2021 11:16:52 +0800 Subject: [PATCH] h5位置 路由修改 --- src/views/dataL/hFive.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/dataL/hFive.vue b/src/views/dataL/hFive.vue index 9ab7fb1..d85e48d 100644 --- a/src/views/dataL/hFive.vue +++ b/src/views/dataL/hFive.vue @@ -1,5 +1,5 @@ <template> - <iframe src="./h5/index.html" style="width: 100%;height: 100%" frameborder="0"></iframe> + <iframe src="/h5/index.html" style="width: 100%;height: 100%" frameborder="0"></iframe> </template> <script> -- Gitblit v1.9.3