parking_h5

yangzj 0e0bfab9b5 同步一期代码 hace 2 años
common 0e0bfab9b5 同步一期代码 hace 2 años
node_modules 6f15428888 0元提示弹框 hace 3 años
pages 0e0bfab9b5 同步一期代码 hace 2 años
static 0e0bfab9b5 同步一期代码 hace 2 años
store 681eadbf16 增加jsonp请求和停车锁 hace 4 años
uni_modules 0e4031de2e https无法访问 hace 3 años
utils 0e0bfab9b5 同步一期代码 hace 2 años
uview-ui 9d7c0f661b auto commit hace 4 años
.eslintignore 654fe6d71e first commit hace 4 años
.gitignore 0e0bfab9b5 同步一期代码 hace 2 años
App.vue 1b233ca4b7 auto commit hace 4 años
LICENSE 654fe6d71e first commit hace 4 años
README.md a7a3f5356b 同步一期代码 hace 2 años
main.js 0c54e46a34 整合一期代码 hace 3 años
manifest.json a7a3f5356b 同步一期代码 hace 2 años
package-lock.json a7a3f5356b 同步一期代码 hace 2 años
package.json a7a3f5356b 同步一期代码 hace 2 años
pages.json db445c688f 调整 hace 2 años
template.h5.html a7a3f5356b 同步一期代码 hace 2 años
uni.scss 280b8228c5 auto commit hace 4 años
vue.config.js 98ae47cc98 基本配置修改 hace 3 años

README.md

城市智慧停车

修改访问地址

  • 如果api地址有变动 修改package.json 中的环境变量配置
  • common/config.js 本地运行地址修改
  • 项目中的点金计划页面修改static/html/wxPayCallback.html中(jumpOutUrl)修改为需要跳转的页面

打包

  • 打包测试环境: 发行 => 自定义发行 => build:test
  • 打包正式环境: 发行 => 自定义发行 => build:pro

执行 npm install

安装vue-jsonp 获取地址数据跨域处理

npm install vue-jsonp --save

安装weixin-js-sdk 微信支付

npm install weixin-js-sdk --save