## 城市智慧停车(二期) ### 打包注意 - 发行 => 自定义发行 => build:dev(测试环境) / build:pro (正式环境) - 如果api地址有变动 修改package.json 中的环境变量配置 - common/config.js 本地运行地址修改 - 新项目中的点金计划页面修改static/html/wxPayCallback.html中(jumpOutUrl)修改为需要跳转的页面 #### iconfont - [iconfont 自定义图标](https://www.uviewui.com/guide/customIcon.html) - [字体默认不再生成 .eot、.svg 和 Base64](https://github.com/thx/iconfont-plus/issues/1948) #### 安装vue-jsonp `npm install vue-jsonp --save` 用作通过经纬度获取所在城市跨域处理