mirror of
https://github.com/wangdage12/Snap.Server.Web.git
synced 2026-02-18 02:42:14 +08:00
解决构建错误
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import router from './index'
|
||||
import { useUserStore } from '@/stores/user'
|
||||
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
router.beforeEach(async (to, _ , next) => {
|
||||
const userStore = useUserStore()
|
||||
|
||||
// 未登录
|
||||
|
||||
Reference in New Issue
Block a user