xiaoxian521
2 years ago
50 changed files with 153 additions and 158 deletions
-
2build/plugins.ts
-
2src/components/ReAuth/src/auth.tsx
-
2src/directives/auth/index.ts
-
2src/directives/elResizeDetector/index.ts
-
4src/layout/components/appMain.vue
-
6src/layout/components/navbar.vue
-
2src/layout/components/panel/index.vue
-
4src/layout/components/search/components/SearchFooter.vue
-
6src/layout/components/search/components/SearchModal.vue
-
6src/layout/components/search/components/SearchResult.vue
-
22src/layout/components/setting/index.vue
-
6src/layout/components/sidebar/breadCrumb.vue
-
8src/layout/components/sidebar/horizontal.vue
-
2src/layout/components/sidebar/logo.vue
-
14src/layout/components/sidebar/mixNav.vue
-
6src/layout/components/sidebar/sidebarItem.vue
-
8src/layout/components/sidebar/vertical.vue
-
12src/layout/components/tag/index.vue
-
4src/layout/hooks/useDataThemeChange.ts
-
2src/layout/hooks/useLayout.ts
-
14src/layout/hooks/useNav.ts
-
6src/layout/hooks/useTag.ts
-
8src/layout/index.vue
-
14src/main.ts
-
2src/plugins/vxe-table/index.ts
-
12src/router/index.ts
-
8src/router/modules/error.ts
-
6src/router/modules/home.ts
-
8src/router/modules/remaining.ts
-
10src/router/utils.ts
-
4src/store/modules/app.ts
-
4src/store/modules/epTheme.ts
-
4src/store/modules/multiTags.ts
-
6src/store/modules/permission.ts
-
4src/store/modules/settings.ts
-
19src/store/modules/user.ts
-
2src/utils/auth.ts
-
4src/utils/http/README.md
-
4src/utils/http/index.ts
-
2src/utils/responsive.ts
-
2src/views/error/403.vue
-
2src/views/error/404.vue
-
2src/views/error/500.vue
-
24src/views/login/index.vue
-
2src/views/login/utils/rule.ts
-
6src/views/login/utils/static.ts
-
2src/views/permission/button/index.vue
-
6src/views/permission/page/index.vue
-
2tsconfig.json
-
2vite.config.ts
@ -1,5 +1,5 @@ |
|||||
import bg from "/@/assets/login/bg.png"; |
|
||||
import avatar from "/@/assets/login/avatar.svg?component"; |
|
||||
import illustration from "/@/assets/login/illustration.svg?component"; |
|
||||
|
import bg from "@/assets/login/bg.png"; |
||||
|
import avatar from "@/assets/login/avatar.svg?component"; |
||||
|
import illustration from "@/assets/login/illustration.svg?component"; |
||||
|
|
||||
export { bg, avatar, illustration }; |
export { bg, avatar, illustration }; |
Write
Preview
Loading…
Cancel
Save
Reference in new issue