From 2ecd8250f18a7df7a9f922ebbd29a39cab291151 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Mon, 18 Oct 2021 18:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0bbfa3e..5753864 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,8 @@ getTrainPlan(){ var that = this - fetch(`https://www.tall.wiki/gateway/training/get?projectId=${this.projectId}`) + console.log("https://www.tall.wiki/gateway/sports/training/get"); + fetch(`https://www.tall.wiki/gateway/sports/training/get?projectId=${this.projectId}`) .then(function(response) { return response.json(); })