From 230de3c5275fce21afc1f04245de144afcfbd913 Mon Sep 17 00:00:00 2001 From: darwintree Date: Tue, 12 Dec 2023 21:45:18 +0800 Subject: [PATCH] chore: update warning for backend migration --- src/App.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index d2a04ab..b52b36b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,8 @@ const route = useRoute() const { locale, availableLocales, t } = useI18n() const showAlert = computed(() => { - return location.hostname === 'viewer.strawberrytree.top' + // return location.hostname === 'viewer.strawberrytree.top' + return true }) const options = availableLocales.map((item) => { @@ -39,11 +40,8 @@ watch(locale, (newVal) => {
- - 本域名将停止服务,请访问新域名 - https://sc-viewer.top + + 网站后端近日迁移中,可能存在不稳定