# RuoYi-Vue-pigx **Repository Path**: feiopen/ruo-yi-vue-pigx ## Basic Information - **Project Name**: RuoYi-Vue-pigx - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PIGX 整合前后端分离项目登录 ![](https://minio.pigx.vip/alei/2023/01/66d6c4525e9b90a2afbd0e4b8cd41ece.png) ## 插入客户端 ```sql INSERT INTO `pigxx`.`sys_oauth_client_details`(`id`, `client_id`, `resource_ids`, `client_secret`, `scope`, `authorized_grant_types`, `web_server_redirect_uri`, `authorities`, `access_token_validity`, `refresh_token_validity`, `additional_information`, `autoapprove`, `del_flag`, `create_by`, `update_by`, `create_time`, `update_time`, `tenant_id`) VALUES (1, 'ruoyi', NULL, 'ruoyi', 'server', 'authorization_code,client_credentials,password,implicit,refresh_token', 'http://127.0.0.1:1024/sso', NULL, 12700000, 12700000, '{\"captcha_flag\":\"0\",\"enc_flag\":\"0\",\"online_quantity\":\"1\"}', 'false', '0', 'admin', 'admin', '2023-01-17 11:12:49', '2023-01-28 10:32:58', 1); ``` ## RuoYi 后端信息 > 配置 RuoYi 前端地址 默认 1024 端口 > 配置 PIGX 认证中心地址 ![](https://minio.pigx.vip/alei/2023/01/222f680ce489d1d3545df1f191b69135.png) ## RuoYi 前端配置 - 登录页面配置 ![](https://minio.pigx.vip/alei/2023/01/1368a6395176e47a3b9b4548da6bdd5e.png) - 退出页面配置 ![](https://minio.pigx.vip/alei/2023/01/54344adec7f766fa419e360da682526a.png)