From 1e7d0bf0f279abe64a453363b3904793aea158c6 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 27 Apr 2023 13:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E6=8B=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/admin.vue b/src/views/admin.vue index 0dbed46b..795ba5b8 100644 --- a/src/views/admin.vue +++ b/src/views/admin.vue @@ -16,7 +16,7 @@ }, methods:{ Run() { - window.location = 'http://116.255.223.226:81'; + window.location = 'http://116.255.223.226:75'; }, }, }