Commit cd9e1b80 by zhaopanyu

zpy 11.14

parent cdf28846
......@@ -110,7 +110,6 @@ export default {
},
methods: {
getList() {
this.loading = true
let data = {
curriculaId: this.queryParams.curriculaName,
......
......@@ -29,8 +29,10 @@ export default {
// 获取code
getCode() {
dd.getAuthCode({
corpId: 'dingaa3937ff8b7dd267f2c783f7214b6d69',
// corpId: 'dingccea40788226c988f2c783f7214b6d69',
//测试
// corpId: 'dingaa3937ff8b7dd267f2c783f7214b6d69',
//正式
corpId: 'dingccea40788226c988f2c783f7214b6d69',
success: (res) => {
console.log('获取新的免登码成功', res);
const code = res.code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment