parking_h5

yangzj 2213e552ca 综合一二期代码 il y a 2 ans
common b2b2ecb78b 配置wxappid il y a 2 ans
node_modules f7744fbe5a 增加微信支付新api il y a 2 ans
pages 2213e552ca 综合一二期代码 il y a 2 ans
static 2213e552ca 综合一二期代码 il y a 2 ans
store 681eadbf16 增加jsonp请求和停车锁 il y a 3 ans
uni_modules 0d63689e2e 更新z-paging组件报错问题/包月无法聚合支付问题 il y a 2 ans
unpackage 940962b48d change il y a 3 ans
utils f7744fbe5a 增加微信支付新api il y a 2 ans
uview-ui 9d7c0f661b auto commit il y a 4 ans
.eslintignore 654fe6d71e first commit il y a 4 ans
.gitignore 2213e552ca 综合一二期代码 il y a 2 ans
App.vue 1b233ca4b7 auto commit il y a 4 ans
LICENSE 654fe6d71e first commit il y a 4 ans
README.md f10a38d4ce 打包环境配置 il y a 2 ans
main.js f10a38d4ce 打包环境配置 il y a 2 ans
manifest.json 4a68694a92 地磁 il y a 3 ans
package.json b2b2ecb78b 配置wxappid il y a 2 ans
pages.json abd2e384ce 道闸系统 il y a 3 ans
template.h5.html 24e7c91813 添加不缓存页面机制 il y a 2 ans
uni.scss 280b8228c5 auto commit il y a 4 ans
vue.config.js 654fe6d71e first commit il y a 4 ans

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