From 0ee3b625d0402a2836b71a2d9f58a23936ee49b5 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 26 Sep 2024 14:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=8E=E8=B5=84=E9=87=91?= =?UTF-8?q?=E6=B8=A0=E9=81=93=E5=B8=A6=E5=88=B0oa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/preview/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/preview/index.vue b/src/views/preview/index.vue index 52f3783..4e6c0c5 100644 --- a/src/views/preview/index.vue +++ b/src/views/preview/index.vue @@ -53,6 +53,7 @@ export default { originalUrl = window.decodeURIComponent(this.$route.query.url??"") } this.type = this.$route.query.type || originalUrl.split('.').at(-1) + // this.url = originalUrl try { this.url = process.env.VUE_APP_DOMIAN + (window.location.origin === window.top.location.origin ? '' : '/oa') + new URL(originalUrl).pathname } catch (err) {