From 187da41e4270298aafebf23e1574f27853e970f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=86=89=E6=8C=BD=E6=B8=85=E9=A3=8E?= <1550969027@qq.com> Date: Fri, 24 Mar 2023 10:51:21 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/logic/WorkbenchLogic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/logic/WorkbenchLogic.php b/app/admin/logic/WorkbenchLogic.php index 103f538..8883769 100755 --- a/app/admin/logic/WorkbenchLogic.php +++ b/app/admin/logic/WorkbenchLogic.php @@ -118,8 +118,8 @@ class WorkbenchLogic extends BaseLogic 'name' => ConfigService::get('website', 'name'), 'based' => 'vue3.x、ElementUI、MySQL', 'channel' => [ - 'website' => 'https://www.likeadmin.cn', - 'gitee' => 'https://gitee.com/likeadmin/likeadmin_php', + 'website' => 'https://gitee.com/MuZJun/gather-admin.git', + 'gitee' => 'https://gitee.com/MuZJun/gather-vue.git', ] ]; }