From f4be4bfb36a818c17655374b4522b7aaeb14d003 Mon Sep 17 00:00:00 2001 From: zclzone Date: Thu, 7 Dec 2023 22:37:30 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=BF=AE=E6=94=B9=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 648abc1..32825f7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,7 +50,7 @@ export async function addDynamicRoutes() { router.addRoute(NOT_FOUND_ROUTE) window.$notification?.success({ - title: '🎉🎉🎉 2.0 全栈版本开放体验了!', + title: '🎉🎉🎉 2.0 全栈版本开源了!', content: () => h( 'span', @@ -59,13 +59,7 @@ export async function addDynamicRoutes() { h( 'a', { href: 'https://admin.isme.top', target: '__blank' }, - '👉https://admin.isme.top。' - ), - h('p', {}, '体验账号: admin / 123456'), - h( - 'p', - {}, - '目前火速完善文档中,即将开源,点亮 `star` 和 `watch` 或者加群可获取最新开源通知!' + '👉体验 https://admin.isme.top' ) ), })