提交 fe4f0b7d authored 作者: zyx's avatar zyx

update

上级 655dd89c
...@@ -73,10 +73,10 @@ export default { ...@@ -73,10 +73,10 @@ export default {
goExam () { goExam () {
const loading = this.$loading({ lock: true, text: '', spinner: '', background: 'rgba(255, 255, 255, 0.9)' }) const loading = this.$loading({ lock: true, text: '', spinner: '', background: 'rgba(255, 255, 255, 0.9)' })
cAction.Other.examAutoLogin({ cAction.Other.examAutoLogin({
user_id: window.G.UserInfo.id, user_id: 'A' + window.G.UserInfo.id,
user_name: (window.G.UserInfo && window.G.UserInfo.student_info && window.G.UserInfo.student_info.personal_name) || '匿名', user_name: (window.G.UserInfo && window.G.UserInfo.student_info && window.G.UserInfo.student_info.personal_name) || '匿名',
password: md5('000000'), password: md5('111111'),
department: '部门分类' department: '部门'
}).then(res => { }).then(res => {
loading.close() loading.close()
if (res.msg === 'success') { if (res.msg === 'success') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论