Merge branch 'master' of ssh://git.mmcuav.cn:8222/root/sharefly-uav-web
正在显示
.env.development
0 → 100644
.env.production
0 → 100644
| ... | ... | @@ -23,14 +23,22 @@ |
| "react-dom": "^18.1.0", | ||
| "react-router-dom": "^6.10.0", | ||
| "sort-by": "^1.2.0", | ||
| "xlsx": "^0.18.5" | ||
| "xlsx": "^0.18.5", | ||
| "axios": "^1.4.0", | ||
| "js-base64": "^3.7.3", | ||
| "js-cookie": "^3.0.1", | ||
| "lodash": "^4.17.21", | ||
| "qs": "^6.10.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^20.1.3", | ||
| "@types/react": "^18.0.9", | ||
| "@types/react-dom": "^18.0.5", | ||
| "@typescript-eslint/eslint-plugin": "^5.26.0", | ||
| "@typescript-eslint/parser": "^5.26.0", | ||
| "@vitejs/plugin-react": "^1.3.0", | ||
| "@types/js-cookie": "^3.0.1", | ||
| "@types/lodash": "^4.14.182", | ||
| "eslint": "^8.16.0", | ||
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-import": "^2.26.0", | ||
| ... | ... | @@ -41,7 +49,7 @@ |
| "prettier": "^2.6.2", | ||
| "sass": "^1.62.0", | ||
| "typescript": "^4.6.3", | ||
| "vite": "^4.2.1", | ||
| "vite": "^4.3.5", | ||
| "vite-tsconfig-paths": "^3.5.0" | ||
| } | ||
| } |
src/api/index.ts
0 → 100644
src/api/interface.ts
0 → 100644
src/api/interface/pointManageType.ts
0 → 100644
差异被折叠。
点击展开。
src/api/modules/pointManageAPI.ts
0 → 100644
src/api/request.ts
0 → 100644
src/assets/theme/index.tsx
0 → 100644
请
注册
或者
登录
后发表评论