SOURCE

const origin = 'http://101.200.205.231:7000'
const token = 'xxx' // 登录凭证
const refreshtoken = 'xxx' // 凭证有效期
const tokenexpires = 'xxx' // 到期凭证
const ispermission = '1' // 1不需要验证功能权限 0需要验证功能权限
const isshowhead = '0' // 0隐藏头部
const redirect = encodeURIComponent('/page/1575474309772742656?id=123456&otherdata=xxx') // 重定向页面 仅支持h5表单页面 需要用 encodeURIComponent 方法包装

const url = `${origin}/h5/#/?token=${token}&refreshtoken=${refreshtoken}&tokenexpires=${tokenexpires}&ispermission=${ispermission}&isshowhead=${isshowhead}&redirect=${redirect}`


console.log(url)
console 命令行工具 X clear

                    
>
console