From d83827984eb0f2d5cac2d72b61c9023d8df8705f Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Thu, 27 Apr 2023 15:57:17 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/admin.vue b/src/views/admin.vue index b160063a..928f1bb4 100644 --- a/src/views/admin.vue +++ b/src/views/admin.vue @@ -16,7 +16,8 @@ }, methods:{ Run() { - window.location = 'http://116.255.223.226:75/login_three'; + window.location = 'http://116.255.223.226:75'; + // window.location = 'http://116.255.223.226:78/sunVillage_info/suishoupai'; }, }, }