parking_h5

空白格 249b5543b6 综合一二期代码 il y a 2 ans
common 249b5543b6 综合一二期代码 il y a 2 ans
node_modules 6f15428888 0元提示弹框 il y a 3 ans
pages 249b5543b6 综合一二期代码 il y a 2 ans
static cd1ced49bc 同步一二期代码 il y a 2 ans
store 681eadbf16 增加jsonp请求和停车锁 il y a 4 ans
uni_modules 0e4031de2e https无法访问 il y a 3 ans
utils 0e0bfab9b5 同步一期代码 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 0e0bfab9b5 同步一期代码 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 249b5543b6 综合一二期代码 il y a 2 ans
main.js 0c54e46a34 整合一期代码 il y a 3 ans
manifest.json a7a3f5356b 同步一期代码 il y a 2 ans
package-lock.json cd1ced49bc 同步一二期代码 il y a 2 ans
package.json cd1ced49bc 同步一二期代码 il y a 2 ans
pages.json 249b5543b6 综合一二期代码 il y a 2 ans
template.h5.html cd1ced49bc 同步一二期代码 il y a 2 ans
uni.scss 280b8228c5 auto commit il y a 4 ans
vue.config.js 98ae47cc98 基本配置修改 il y a 3 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