diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a97fd25..dd236b2 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,20 +1,23 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "h5" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } +{ + // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version" : "0.0", + "configurations" : [ + { + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "h5" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "playground" : "standard", + "type" : "uni-app:app-android" + } ] } diff --git a/README.md b/README.md index 2adfff6..764cedb 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ + 原生APP云打包使用自有证书 + 证书别名:testalias + 接口在线地址:(http://47.111.78.178:8014/) -+ app图标为lms \ No newline at end of file ++ app图标为wms ++ 设备为华为设备 \ No newline at end of file diff --git a/components/SearchBox.vue b/components/SearchBox.vue index 7f0bf17..8218177 100644 --- a/components/SearchBox.vue +++ b/components/SearchBox.vue @@ -12,8 +12,8 @@ @confirm="handleSend"> - - + + diff --git a/manifest.json b/manifest.json index 5946015..d6c2176 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "徐州汉云", "appid" : "__UNI__CB08719", "description" : "徐州汉云WMS手持系统", - "versionName" : "1.0.5", - "versionCode" : 105, + "versionName" : "1.0.6", + "versionCode" : 106, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {