接口请求遇到401状态码时,需要重新登录。有两种方式:
1.转到登录页,登录成功后跳转回原页面
diff --git a/playground/src/views/demos/features/tabs/index.vue b/playground/src/views/demos/features/tabs/index.vue
index 5e7bfa2e..f1af13de 100644
--- a/playground/src/views/demos/features/tabs/index.vue
+++ b/playground/src/views/demos/features/tabs/index.vue
@@ -41,7 +41,7 @@ function reset() {
-
+
如果标签页存在,直接跳转切换。如果标签页不存在,则打开新的标签页。
@@ -53,7 +53,7 @@ function reset() {
- 用于动态控制标签页的各种操作
+ 用于动态控制标签页的各种操作