CN-64 feat: 搜索框联动,其他一些细节调整
This commit is contained in:
@@ -7,10 +7,11 @@ import axios from 'axios'
|
||||
import { storageKey } from '@/utils/constants'
|
||||
import { loadI18n } from '@/i18n'
|
||||
|
||||
const loginWhiteList = ['/login'] // 免登陆白名单
|
||||
const loginWhiteList = ['/login', '/'] // 免登陆白名单
|
||||
const permissionWhiteList = [...loginWhiteList] // 权限白名单
|
||||
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
// await test(to, from)
|
||||
// 加载iso-3166-2资源
|
||||
loadGeoData()
|
||||
// 加载baseUrl
|
||||
|
||||
Reference in New Issue
Block a user