mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-15 18:54:54 +08:00
修复文档部分页面加粗文字不能正常显示的问题
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
### 1、何时引导用户去登录?
|
||||
|
||||
#### 方案一:前端按钮跳转
|
||||
前端页面准备一个**`[登录]`**按钮,当用户点击按钮时,跳转到登录接口
|
||||
``` js
|
||||
前端页面准备一个 **`[登录]`** 按钮,当用户点击按钮时,跳转到登录接口
|
||||
``` html
|
||||
<a href="javascript:location.href='/sso/login?back=' + encodeURIComponent(location.href);">登录</a>
|
||||
```
|
||||
|
||||
|
@@ -232,11 +232,11 @@ public class SaSso2ClientApplication {
|
||||
|
||||

|
||||
|
||||
(2) 首次打开,提示当前未登录,我们点击**`登录`** 按钮,页面会被重定向到登录中心
|
||||
(2) 首次打开,提示当前未登录,我们点击 **`登录`** 按钮,页面会被重定向到登录中心
|
||||
|
||||

|
||||
|
||||
(3) SSO-Server提示我们在认证中心尚未登录,我们点击 **`doLogin登录`**按钮进行模拟登录
|
||||
(3) SSO-Server提示我们在认证中心尚未登录,我们点击 **`doLogin登录`** 按钮进行模拟登录
|
||||
|
||||

|
||||
|
||||
@@ -250,7 +250,7 @@ public class SaSso2ClientApplication {
|
||||
|
||||

|
||||
|
||||
(7) 提示未登录,我们点击**`登录`**按钮,会直接提示登录成功
|
||||
(7) 提示未登录,我们点击 **`登录`** 按钮,会直接提示登录成功
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user