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', ] ]; }