封装接口
Showing
.env.development
0 → 100644
.env.production
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| "node": "^20.19.0 || >=22.12.0" | "node": "^20.19.0 || >=22.12.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite --mode development", | ||
| "build": "run-p type-check \"build-only {@}\" --", | "build": "run-p type-check \"build-only {@}\" --", | ||
| "preview": "vite preview", | "preview": "vite preview", | ||
| "test:unit": "vitest", | "test:unit": "vitest", | ||
| ... | @@ -19,6 +19,8 @@ | ... | @@ -19,6 +19,8 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fortawesome/fontawesome-free": "^7.0.1", | "@fortawesome/fontawesome-free": "^7.0.1", | ||
| "axios": "^1.12.2", | |||
| "element-plus": "^2.11.3", | |||
| "pinia": "^3.0.3", | "pinia": "^3.0.3", | ||
| "vue": "^3.5.18", | "vue": "^3.5.18", | ||
| "vue-router": "^4.5.1" | "vue-router": "^4.5.1" | ||
| ... | ... |
src/api/api.ts
0 → 100644
src/components/CommonModal.vue
0 → 100644
src/components/ContactManagement.vue
deleted
100644 → 0
src/utils/request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ContactManagement.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ImportDialog.vue
0 → 100644
src/views/ImportRecordManager.vue
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment