提交 0756ad59 作者: 毛细亚

同步代码

上级 76383819
......@@ -58,7 +58,6 @@ import { getParams } from '@/utils/index'
import { mapMutations,mapState } from 'vuex'
import { getToken,setToken } from '@/utils/auth'
import jsApiList from '@/utils/jsApiList'
console.log(jsApiList,'jsApiList')
export default {
data() {
return {
......@@ -272,7 +271,7 @@ export default {
const url = `https://oapi.dingtalk.com/connect/oauth2/sns_authorize?appid=${appid}&response_type=code&scope=snsapi_login&state=${state}&redirect_uri=${this.redirectUri}&loginTmpCode=${loginTmpCode}`;
console.log(url,'回调 url')
this.DDTestUrl = url
window.location.href = url;
// window.location.href = url;
},
// 7. 钉钉扫码回调页面处理
async handleDingCallback() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论