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