jufubao-base 1.0.357-beta1 → 1.0.357-beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.357-beta1",
3
+ "version": "1.0.357-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -428,7 +428,7 @@ export default {
428
428
  if(res['silent_auth_info']
429
429
  && res['silent_auth_info']['is_need_authorization'] === 'Y'
430
430
  ) {
431
- window.location.replace(res['silent_auth_info']['is_need_authorization'])
431
+ window.location.replace(res['silent_auth_info']['authorization_url'])
432
432
  return
433
433
  }
434
434
  // #endif