This commit is contained in:
parent
6c949166db
commit
c05d82e32e
|
@ -828,7 +828,6 @@ export default {
|
|||
getcuinfodetail(obj, id) {
|
||||
//获取编辑信息
|
||||
getCourseInfodetail({ gcid: id }).then((res) => {
|
||||
debugger
|
||||
|
||||
let data = res;
|
||||
if (data) {
|
||||
|
|
|
@ -58,8 +58,8 @@ export default {
|
|||
leftuser,
|
||||
loginbg: loginbg,
|
||||
form: {
|
||||
username: "admin",
|
||||
password: "skzhsucceed",
|
||||
username: "",
|
||||
password: "",
|
||||
/* username: "",
|
||||
password: "", */
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue