This commit is contained in:
熊成强 2020-11-18 15:31:53 +08:00
parent 1c3dc4f5ec
commit 1223dfcda5

View File

@ -29,14 +29,14 @@ export default {
...mapState(['user'])
},
async created () {
// if (!dd.other) {
// var vConsole = new VConsole({
// vConsole_switch_x: 0,
// vConsole_switch_y: 0
// })
if (!dd.other) {
var vConsole = new VConsole({
vConsole_switch_x: 0,
vConsole_switch_y: 0
})
// await this.handleGetDingtalkCode()
// await this.handleDingtalkLogin()
// }
}
this.GET_DEPLIST()
},