From 9c7df510245b7c926174171e8d17d0287cd051e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=BD=92=E4=BA=91=E5=B8=86?= <1138663075@qq.com> Date: Sun, 4 May 2025 17:09:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=20issues=20=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E9=93=BE=E6=8E=A5=E4=BB=8E=20mixly2.0=5Fsrc=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=BA=20mixly3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/modules/mixly-modules/common/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/mixly-modules/common/app.js b/common/modules/mixly-modules/common/app.js index ef3c32aa..7fd6954f 100644 --- a/common/modules/mixly-modules/common/app.js +++ b/common/modules/mixly-modules/common/app.js @@ -572,7 +572,7 @@ class App extends Component { return true; }, callback: (elem) => { - const href = 'https://gitee.com/mixly2/mixly2.0_src/issues'; + const href = 'https://gitee.com/bnu_mixly/mixly3/issues'; Url.open(href); }, scopeType: Nav.Scope.RIGHT,