|
@@ -146,7 +146,7 @@ export default {
|
|
|
}
|
|
|
// TODO: 开发环境,参数修改
|
|
|
if (process.env.VUE_APP_RealEnv === 'development') {
|
|
|
- href = encrypted('username=liujiandong&plazaId=1000423')
|
|
|
+ href = encrypted('username=liujiandong&plazaId=1000772')
|
|
|
}
|
|
|
let url = decrypted(href) // window.location.href
|
|
|
// console.log('url: '+ url )
|