From c134e423c9ef8655ac2c4d288ba1408619599b2a Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 28 十月 2024 15:21: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