调整扫码跳转因一级域名目录导致的异常
This commit is contained in:
		| @@ -214,7 +214,7 @@ export default { | |||||||
|           id: 'qrcode', |           id: 'qrcode', | ||||||
|           appid: this.appid, |           appid: this.appid, | ||||||
|           agentid: this.agentid, |           agentid: this.agentid, | ||||||
|           redirect_uri: `${location.origin}/login`, |           redirect_uri: location.origin + location.pathname, | ||||||
|           state: '', |           state: '', | ||||||
|           href: 'https://cdn.cunwuyun.cn/dvcp/wechat-login.css', |           href: 'https://cdn.cunwuyun.cn/dvcp/wechat-login.css', | ||||||
|         }) |         }) | ||||||
| @@ -286,19 +286,19 @@ export default { | |||||||
|     position: relative; |     position: relative; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   :deep(.el-tabs__nav-wrap::after ){ |   :deep(.el-tabs__nav-wrap::after ) { | ||||||
|     display: none; |     display: none; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   :deep(.el-tabs__header ){ |   :deep(.el-tabs__header ) { | ||||||
|     padding: 0; |     padding: 0; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   :deep(.el-tabs__item ){ |   :deep(.el-tabs__item ) { | ||||||
|     padding-right: 0; |     padding-right: 0; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   :deep(.el-form-item ){ |   :deep(.el-form-item ) { | ||||||
|     margin-bottom: 32px; |     margin-bottom: 32px; | ||||||
|  |  | ||||||
|     .el-tabs__item { |     .el-tabs__item { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user