refactor: refactor login page
正在显示
.vscode/i18n-ally-reviews.yml
0 → 100644
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
"vditor": "^3.8.1", | "vditor": "^3.8.1", | ||
"vue": "^3.0.5", | "vue": "^3.0.5", | ||
"vue-i18n": "9.0.0-rc.2", | "vue-i18n": "9.0.0-rc.2", | ||
"vue-router": "^4.0.3", | "vue-router": "^4.0.4", | ||
"vue-types": "^3.0.2", | "vue-types": "^3.0.2", | ||
"vuex": "^4.0.0", | "vuex": "^4.0.0", | ||
"vuex-module-decorators": "^1.0.1", | "vuex-module-decorators": "^1.0.1", | ||
... | @@ -92,7 +92,7 @@ | ... | @@ -92,7 +92,7 @@ |
"pretty-quick": "^3.1.0", | "pretty-quick": "^3.1.0", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"rollup-plugin-visualizer": "^4.2.0", | "rollup-plugin-visualizer": "^4.2.0", | ||
"stylelint": "^13.10.0", | "stylelint": "^13.11.0", | ||
"stylelint-config-prettier": "^8.0.2", | "stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-standard": "^20.0.0", | "stylelint-config-standard": "^20.0.0", | ||
"stylelint-order": "^4.1.0", | "stylelint-order": "^4.1.0", | ||
... | @@ -104,10 +104,10 @@ | ... | @@ -104,10 +104,10 @@ |
"vite-plugin-imagemin": "^0.2.6", | "vite-plugin-imagemin": "^0.2.6", | ||
"vite-plugin-mock": "^2.1.4", | "vite-plugin-mock": "^2.1.4", | ||
"vite-plugin-purge-icons": "^0.7.0", | "vite-plugin-purge-icons": "^0.7.0", | ||
"vite-plugin-pwa": "^0.5.1", | "vite-plugin-pwa": "^0.5.2", | ||
"vite-plugin-style-import": "^0.7.2", | "vite-plugin-style-import": "^0.7.3", | ||
"vite-plugin-theme": "^0.4.3", | "vite-plugin-theme": "^0.4.3", | ||
"vite-plugin-windicss": "0.3.12", | "vite-plugin-windicss": "0.4.3", | ||
"vue-eslint-parser": "^7.5.0", | "vue-eslint-parser": "^7.5.0", | ||
"yargs": "^16.2.0" | "yargs": "^16.2.0" | ||
}, | }, | ||
... | ... |
src/assets/images/login/login-bg.png
deleted
100644 → 0
179.7 KB
src/assets/images/login/login-in.png
deleted
100644 → 0
91.5 KB
src/assets/svg/login-bg.svg
0 → 100644
src/assets/svg/login-box-bg.svg
0 → 100644
src/components/CountDown/index.ts
0 → 100644
src/components/CountDown/src/CountButton.vue
0 → 100644
src/components/CountDown/src/useCountdown.ts
0 → 100644
src/locales/lang/en/component/countdown.ts
0 → 100644
src/views/sys/login/ForgetPasswordForm.vue
0 → 100644
src/views/sys/login/LoginForm.vue
0 → 100644
src/views/sys/login/MobileForm.vue
0 → 100644
src/views/sys/login/QrCodeForm.vue
0 → 100644
src/views/sys/login/RegisterForm.vue
0 → 100644
src/views/sys/login/useLogin.ts
0 → 100644
tailwind.config.js
deleted
100644 → 0
windi.config.ts
0 → 100644