Commit 39163ce7 by 李君

1

1 parent eb251211
...@@ -14,7 +14,7 @@ const axiosInstance = axios.create( ...@@ -14,7 +14,7 @@ const axiosInstance = axios.create(
// 请求拦截器 // 请求拦截器
axiosInstance.interceptors.request.use( axiosInstance.interceptors.request.use(
config => { config => {
Cookies.set('atoken','8246b767-9f23-47ac-bf2c-ef0ddfe8d629') // Cookies.set('atoken','8246b767-9f23-47ac-bf2c-ef0ddfe8d629')
if(!Cookies.get('atoken')){ if(!Cookies.get('atoken')){
ElMessage({ ElMessage({
message: `登录过期,请重新登录`, message: `登录过期,请重新登录`,
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<a-menu-item :key="'/Main/SnapshotCluster1'"> <a-menu-item :key="'/Main/SnapshotCluster1'">
<div class="flex-vertical-center"> <div class="flex-vertical-center">
<img :src="require('./Icons/6.svg')" style="height: auto;width:20px"/> <img :src="require('./Icons/6.svg')" style="height: auto;width:20px"/>
<span style="padding: 0 5px">抓拍聚类</span> <span style="padding: 0 5px">抓拍聚类删除</span>
</div> </div>
</a-menu-item> </a-menu-item>
</a-menu> </a-menu>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!