From 34dbbf06f1c66213be43d32cf870dc14bcc20705 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 28 十月 2024 15:16:22 +0800 Subject: [PATCH] 实现学生列表的班级展示 --- public/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/index.html b/public/index.html index 36502c6..7174706 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ } </style> - <script src='https://www.kgmeet.com:8443/external_api.js'></script> + <script src='https://www.kgmeet.com:18443/external_api.js'></script> <script src='./admin/components/echarts/echarts.min.js'></script> <script src='./admin/components/echarts/theme/macarons.js'></script> -- Gitblit v1.8.0