From d1b9af9da67b70822057b08f04540150bac411c4 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 25 Nov 2024 18:36:37 +0800 Subject: [PATCH] no message --- js/common.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/common.js b/js/common.js index 332e44f..902b263 100644 --- a/js/common.js +++ b/js/common.js @@ -136,6 +136,9 @@ function getBaseData() { resolve(basicData) } + console.log("222"); + + $ajaxget("/api/home/basicData").then(res => { if (res.code != 200) return const data = res.data