Commit cd9e1b80 by zhaopanyu

zpy 11.14

parent cdf28846
...@@ -110,7 +110,6 @@ export default { ...@@ -110,7 +110,6 @@ export default {
}, },
methods: { methods: {
getList() { getList() {
this.loading = true this.loading = true
let data = { let data = {
curriculaId: this.queryParams.curriculaName, curriculaId: this.queryParams.curriculaName,
......
...@@ -29,8 +29,10 @@ export default { ...@@ -29,8 +29,10 @@ export default {
// 获取code // 获取code
getCode() { getCode() {
dd.getAuthCode({ dd.getAuthCode({
corpId: 'dingaa3937ff8b7dd267f2c783f7214b6d69', //测试
// corpId: 'dingccea40788226c988f2c783f7214b6d69', // corpId: 'dingaa3937ff8b7dd267f2c783f7214b6d69',
//正式
corpId: 'dingccea40788226c988f2c783f7214b6d69',
success: (res) => { success: (res) => {
console.log('获取新的免登码成功', res); console.log('获取新的免登码成功', res);
const code = res.code 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