功能:加盟入驻地图选点
正在显示
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| "scripts": { | "scripts": { | ||
| "dev": "vite", | "dev": "vite", | ||
| "build": "vite build", | "build": "vite build", | ||
| "buildDev": "vite build --mode development", | "build:dev": "vite build --mode development", | ||
| "build:tsc": "tsc && vite build", | "build:tsc": "tsc && vite build", | ||
| "preview": "vite preview", | "preview": "vite preview", | ||
| "lint": "npx eslint src", | "lint": "npx eslint src", | ||
| ... | @@ -15,6 +15,7 @@ | ... | @@ -15,6 +15,7 @@ |
| "format": "npm run prettier:fix && npm run lint:fix" | "format": "npm run prettier:fix && npm run lint:fix" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@amap/amap-jsapi-loader": "^1.0.1", | |||
| "@ant-design/icons": "^5.0.1", | "@ant-design/icons": "^5.0.1", | ||
| "@reduxjs/toolkit": "^1.9.2", | "@reduxjs/toolkit": "^1.9.2", | ||
| "@wangeditor/editor": "^5.1.23", | "@wangeditor/editor": "^5.1.23", | ||
| ... | @@ -31,6 +32,7 @@ | ... | @@ -31,6 +32,7 @@ |
| "match-sorter": "^6.3.1", | "match-sorter": "^6.3.1", | ||
| "moment": "^2.29.4", | "moment": "^2.29.4", | ||
| "pinyin-pro": "^3.14.0", | "pinyin-pro": "^3.14.0", | ||
| "prop-types": "^15.8.1", | |||
| "qs": "^6.10.3", | "qs": "^6.10.3", | ||
| "query-string": "^8.1.0", | "query-string": "^8.1.0", | ||
| "react": "^18.1.0", | "react": "^18.1.0", | ||
| ... | @@ -66,4 +68,4 @@ | ... | @@ -66,4 +68,4 @@ |
| "vite": "^4.3.9", | "vite": "^4.3.9", | ||
| "vite-tsconfig-paths": "^3.5.0" | "vite-tsconfig-paths": "^3.5.0" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
src/components/select-map/index.tsx
0 → 100644
src/components/select-map/map.tsx
0 → 100644
请
注册
或者
登录
后发表评论