perf: replace crypto-es with crypto-js

This commit is contained in:
Vben
2021-02-26 00:15:18 +08:00
parent 8a9ca498d7
commit bba7768759
13 changed files with 108 additions and 102 deletions

View File

@@ -36,5 +36,5 @@ export const LoginRoute: AppRouteRecordRaw = {
},
};
// 基础路由 不用权限
// Basic routing without permission
export const basicRoutes = [LoginRoute, RootRoute, ...mainOutRoutes, REDIRECT_ROUTE];