Commit 04320ce6 by wusiyi

fix: 保持首页在第一位

parent c0e122b5
const HOME_TAG = { name: 'home', path: '/saas/home', title: '首页', id: 1 } const HOME_TAG = { name: 'home', path: '/saas/home', title: '首页', id: 0 }
const lastSavedTags = localStorage.getItem('tags') const lastSavedTags = localStorage.getItem('tags')
? JSON.parse(localStorage.getItem('tags')) || [] ? JSON.parse(localStorage.getItem('tags')) || []
: [] : []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment