# map_project **Repository Path**: Zyl_CN/map_project ## Basic Information - **Project Name**: map_project - **Description**: 志勇的 关于3d地图的项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-03 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 地图不用做 现在还差: 文电编辑 语音识别 --- 可能需要 https 协议 不确定前端自己解析 还是把语音流文件给到后台解析 utils/HZ\*\*\*.js views/messageedit/index 任务信息展示 动效图 预计用 websocket 具体动效需求待约定。 知识编辑需求 需找产品确认(刘志勇) 接口没做 忘记密码 注册 需对接 ui(王丹)或者产品 ## 解决3d地图报错问题 代码路径://node modules/mockjs/dist/mock.js 大约在8360行: ## 去 node_modules 里的 mockjs 中 dist mock.js ## 搜索 // 原生 XHR ``` if (!this.match) { this.custom.xhr.responseType = this.responseType //加上这一句 this.custom.xhr.send(data) return } ```