refactor: 注释修改和删除无用文件

Former-commit-id: bc4c1add7c69a236b6d1feaebe64ea115c34c5a4
This commit is contained in:
haoxr
2022-12-19 09:57:44 +08:00
parent ef223b6c05
commit 4bcbccf7e6
5 changed files with 4 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ export const useUserStore = defineStore('user', () => {
const roles = ref<Array<string>>([]); // 用户角色编码集合 → 判断路由权限
const perms = ref<Array<string>>([]); // 用户权限编码集合 → 判断按钮权限
// auctions
// actions
// 登录
function login(loginData: LoginData) {