refactor: 还原 loginStore 命名,重命名为 userStore

This commit is contained in:
2023-10-15 21:19:12 +08:00
parent e88c9a6553
commit 8d394937cf
25 changed files with 84 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
import axios from 'axios';
import type { RouteRecordNormalized } from 'vue-router';
import { UserState } from '@/store/modules/login/types';
import { UserState } from '@/store/modules/user/types';
const BASE_URL = '/auth';