From edbe2964e959a334e1d9e12717bf854d89d25c92 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 15 六月 2022 21:01:26 +0800
Subject: [PATCH] 1.cookie带到接口上

---
 src/router/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index fed8437..a40dae4 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -62,7 +62,7 @@
       path: 'index',
       name: 'index',
       component: () => import('@/views/xtsy/index'),
-      meta: { title: '绯荤粺棣栭〉', icon: 'dashboard' }
+      meta: { title: '绯荤粺棣栭〉', icon: 'dashboard', affix: true }
     }]
   },
   {

--
Gitblit v1.9.3