1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 23:50:22 +08:00

style: lint

This commit is contained in:
zclzone
2024-09-06 14:46:07 +08:00
parent 2264512a8b
commit 520db7ec6e
37 changed files with 104 additions and 104 deletions

View File

@@ -6,8 +6,8 @@
* Copyright © 2023 Ronnie Zhang(大脸怪) | https://isme.top
**********************************/
import { useAuthStore, usePermissionStore, useUserStore } from '@/store'
import api from '@/api'
import { useAuthStore, usePermissionStore, useUserStore } from '@/store'
import { getPermissions, getUserInfo } from '@/store/helper'
const WHITE_LIST = ['/login', '/404']

View File

@@ -7,8 +7,8 @@
**********************************/
import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router'
import { setupRouterGuards } from './guards'
import { basicRoutes } from './basic-routes'
import { setupRouterGuards } from './guards'
export const router = createRouter({
history: