diff --git a/README.md b/README.md index cf2bc13..5664002 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ npm install --registry=https://registry.npmmirror.com npm run dev ``` +```bash +# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 +npm install --registry=https://registry.npmmirror.com +``` + +```bash +# 安装高德地图依赖 +npm i @amap/amap-jsapi-loader--save +``` + 浏览器访问 http://localhost:80 ## 发布 diff --git a/src/views/business/records/history.vue b/src/views/business/records/history.vue index 935cf50..7929f2c 100644 --- a/src/views/business/records/history.vue +++ b/src/views/business/records/history.vue @@ -5,13 +5,10 @@
- {{ this.vehicle }} - diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index d73f74d..65df2a8 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -218,7 +218,7 @@ export default { // 查询参数 voEnterpriseInfo: { pageNum: 1, - pageSize: 10, + pageSize: 30, dictName: undefined, dictType: undefined, status: undefined