Commit fce22e41 authored by Nature's avatar Nature

Merge branch 'wechat' of https://hel.hand-china.com/heasy/hls-webapp-cli into wechat

parents d03d658f 212cfb15
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
```bash ```bash
# 注意将vue cli更新到最新版本,低版本可能报错 # 注意将vue cli更新到最新版本,低版本可能报错
vue-init https://hel.hand-china.com:heasy/hls-webapp-cli <project_name> -c vue-init https://hel.hand-china.com:heasy/hls-webapp-cli#wechat <project_name> -c
``` ```
...@@ -44,18 +44,3 @@ For a detailed explanation on how things work, check out the [guide](http://vuej ...@@ -44,18 +44,3 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
{path: '/tab/user-info', component: UserInfo, name: 'UserInfo', meta: {keepAlive: true}}, {path: '/tab/user-info', component: UserInfo, name: 'UserInfo', meta: {keepAlive: true}},
``` ```
# keyStore签名信息
keystore文件 hlscar.keystore
别名 HLSkey
密码 com.hls.easy.car
# 签名
jarsigner -verbose -keystore hls.keystore -signedjar 车租易.apk hls.apk HLSkey
# 打包冲突解决
各项目如果安装了 com.hls.plugins.barcode 扫码插件与cordova-plugin-open-camera 媒体插件
两个插件之间存在一些冲突 请注释掉媒体插件 plugin.xml 第83行 <uses-feature android:name="android.hardware.camera" />
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment