This commit is contained in:
parent
6c949166db
commit
c05d82e32e
|
@ -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) {
|
||||||
|
|
|
@ -58,8 +58,8 @@ export default {
|
||||||
leftuser,
|
leftuser,
|
||||||
loginbg: loginbg,
|
loginbg: loginbg,
|
||||||
form: {
|
form: {
|
||||||
username: "admin",
|
username: "",
|
||||||
password: "skzhsucceed",
|
password: "",
|
||||||
/* username: "",
|
/* username: "",
|
||||||
password: "", */
|
password: "", */
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue