From 82ea7ebee8479db7d9c5212f3a990b6edd656e11 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Wed, 28 Jan 2026 17:38:01 +0800 Subject: [PATCH] F --- src/App.vue | 4 +- src/components/MaintenanceDialog.vue | 107 +++++++++++++++++++++++++++ vite.config.js | 4 +- 3 files changed, 112 insertions(+), 3 deletions(-) create mode 100644 src/components/MaintenanceDialog.vue diff --git a/src/App.vue b/src/App.vue index 9086267..ff1a85f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,6 +7,7 @@ import { useDialogStore } from "@/stores/dialogStore"; import { useAuthStore } from "@/stores/authStore"; import { useWeixinShare } from "@/composables/useWeixinShare"; import WechatOverlay from "@/components/WechatOverlay.vue"; +import MaintenanceDialog from "@/components/MaintenanceDialog.vue"; const router = useRouter(); const agentStore = useAgentStore(); @@ -207,8 +208,9 @@ const h5WeixinGetCode = () => { - + + diff --git a/src/components/MaintenanceDialog.vue b/src/components/MaintenanceDialog.vue new file mode 100644 index 0000000..9fb165f --- /dev/null +++ b/src/components/MaintenanceDialog.vue @@ -0,0 +1,107 @@ + + + + + + + + + + 系统升级维护公告 + + + + 为进一步提升系统稳定性与服务效能,我单位正在进行后台升级改造。 + + + 维护期间,相关功能模块将暂时无法使用。 由此给您带来的不便,敬请谅解。感谢您一直以来的理解与支持! + + + + + + + + + + diff --git a/vite.config.js b/vite.config.js index 4cf83c2..d0ebfb0 100644 --- a/vite.config.js +++ b/vite.config.js @@ -15,8 +15,8 @@ export default defineConfig({ strictPort: true, // 如果端口被占用则抛出错误而不是使用下一个可用端口 proxy: { "/api/v1": { - target: "http://127.0.0.1:8888", // 本地接口地址 - // target: "https://www.tianyuandb.com", // 本地接口地址 + // target: "http://127.0.0.1:8888", // 本地接口地址 + target: "https://www.tianyuandb.com", // 本地接口地址 changeOrigin: true, }, },
+ 为进一步提升系统稳定性与服务效能,我单位正在进行后台升级改造。 +
+ 维护期间,相关功能模块将暂时无法使用。 由此给您带来的不便,敬请谅解。感谢您一直以来的理解与支持! +