From 9e6dd4db555441a7b2995485e16226891837b063 Mon Sep 17 00:00:00 2001 From: cxh16 Date: Sat, 18 Apr 2026 14:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=BB=98=E8=AE=A4=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 4 +++- src/views/report/goview/index.vue | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.env.local b/.env.local index 35765584d..36252e93f 100644 --- a/.env.local +++ b/.env.local @@ -30,5 +30,7 @@ VITE_MALL_H5_DOMAIN='http://localhost:3000' # 验证码的开关 VITE_APP_CAPTCHA_ENABLE=false -# GoView域名 +# 大屏设计器(GoView)独立前端地址:需另起仓库 yudao-ui-go-view(pnpm dev,默认端口 3000) +# 仓库:https://gitee.com/yudaocode/yudao-ui-go-view 文档:https://doc.iocoder.cn/report/screen/ +# 若 GoView 改端口,请同步修改此处,并保证与芋道后端的跨域、Token 配置按 go-view 项目说明一致 VITE_GOVIEW_URL='http://127.0.0.1:3000' \ No newline at end of file diff --git a/src/views/report/goview/index.vue b/src/views/report/goview/index.vue index 1ec8c29b0..c1bf5ef85 100644 --- a/src/views/report/goview/index.vue +++ b/src/views/report/goview/index.vue @@ -1,6 +1,26 @@