页面调整
正在显示
.eslintrc-auto-import.json
0 → 100644
| ... | ... | @@ -18,6 +18,7 @@ |
| "@logicflow/core": "~1.2.28", | ||
| "@logicflow/extension": "~1.2.28", | ||
| "@vueuse/core": "^11.0.3", | ||
| "ant-design-vue": "^4.2.3", | ||
| "axios": "^1.7.7", | ||
| "codemirror": "^6.0.1", | ||
| "cropperjs": "^1.6.2", | ||
| ... | ... | @@ -37,6 +38,7 @@ |
| "nprogress": "^0.2.0", | ||
| "pinia": "^2.1.6", | ||
| "pinyin-pro": "^3.18.2", | ||
| "qs": "^6.13.0", | ||
| "screenfull": "^6.0.2", | ||
| "use-element-plus-theme": "^0.0.5", | ||
| "vue": "^3.5.4", | ||
| ... | ... | @@ -53,17 +55,24 @@ |
| "@types/lodash": "^4.17.7", | ||
| "@types/node": "^18.17.5", | ||
| "@types/nprogress": "^0.2.0", | ||
| "@vitejs/plugin-vue": "^4.3.1", | ||
| "@types/qs": "^6.9.15", | ||
| "@vitejs/plugin-vue": "^5.1.3", | ||
| "@vitejs/plugin-vue-jsx": "^4.0.1", | ||
| "@vue/eslint-config-prettier": "^8.0.0", | ||
| "@vue/eslint-config-typescript": "^11.0.3", | ||
| "@vue/test-utils": "^2.4.1", | ||
| "@vue/tsconfig": "^0.4.0", | ||
| "autoprefixer": "^10.4.20", | ||
| "eslint": "~8.57.0", | ||
| "eslint-plugin-vue": "^9.16.1", | ||
| "jsdom": "^22.1.0", | ||
| "postcss": "^8.4.45", | ||
| "prettier": "^3.0.0", | ||
| "sass": "^1.66.1", | ||
| "tailwindcss": "^3.4.11", | ||
| "typescript": "~5.6.2", | ||
| "unplugin-auto-import": "^0.18.3", | ||
| "unplugin-vue-components": "^0.27.4", | ||
| "vite": "^5.4.4", | ||
| "vite-plugin-vue-devtools": "^7.4.5", | ||
| "vitest": "^0.34.2", | ||
| ... | ... |
postcss.config.js
0 → 100644
src/assets/login.png
0 → 100644
298.6 KB
src/utils/api.ts
0 → 100644
src/utils/request/config.ts
0 → 100644
src/utils/request/index.ts
0 → 100644
tailwind.config.js
0 → 100644