This commit is contained in:
gjz 2025-02-24 10:17:40 +08:00
parent 6c949166db
commit c05d82e32e
2 changed files with 2 additions and 3 deletions

View File

@ -828,7 +828,6 @@ export default {
getcuinfodetail(obj, id) { getcuinfodetail(obj, id) {
// //
getCourseInfodetail({ gcid: id }).then((res) => { getCourseInfodetail({ gcid: id }).then((res) => {
debugger
let data = res; let data = res;
if (data) { if (data) {

View File

@ -58,8 +58,8 @@ export default {
leftuser, leftuser,
loginbg: loginbg, loginbg: loginbg,
form: { form: {
username: "admin", username: "",
password: "skzhsucceed", password: "",
/* username: "", /* username: "",
password: "", */ password: "", */
}, },