From 81347f1f53607e02029b356b7d5b2cd837fb7bea Mon Sep 17 00:00:00 2001 From: wangxuefeng Date: Mon, 17 Mar 2025 20:32:27 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B8=B2=E6=9F=93=E5=99=A8=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/platform/src/router/routes/modules/static-file.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/platform/src/router/routes/modules/static-file.ts b/apps/platform/src/router/routes/modules/static-file.ts index 538ba71..d3b82eb 100644 --- a/apps/platform/src/router/routes/modules/static-file.ts +++ b/apps/platform/src/router/routes/modules/static-file.ts @@ -2,6 +2,8 @@ import type { RouteRecordRaw } from 'vue-router'; import WujieVueRendererAdapter from '@sy/wujie-vue3-renderer-adapter'; +import { VITE_RENDERER_URL } from '#/constants'; + const routes: RouteRecordRaw[] = [ { path: '/static-file',