From dc78927dc32311ffc77c0df9b74dde8110592ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=92=AC=E8=BD=AE=E7=8C=AB?= <10928033@qq.com> Date: Sun, 9 Apr 2023 11:36:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=B9=E5=B8=A6=E7=A7=81=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/demo/index.vue b/src/views/demo/index.vue index 438e398..14aabaa 100644 --- a/src/views/demo/index.vue +++ b/src/views/demo/index.vue @@ -86,6 +86,13 @@ onClick: () => { window.open('http://svgpro.yaolm.top/'); } + }, + { + name: 'pro纯前端预览版', + title: '集成到平台效果预览更新频率较慢,查看pro效果可在此查看,每次进入之前建议清理一下缓存', + onClick: () => { + window.open('http://testpro.yaolm.top/'); + } } ]); interface IButtonList {