From db9386b5b6d2552339308e6a3bdefb182bdd7207 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Sat, 21 May 2022 15:00:52 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E9=80=80=E6=96=99=E5=B7=A5?= =?UTF-8?q?=E4=BD=8D=E9=80=80=E6=96=99=E4=BA=BA=E5=8F=96=E5=80=BC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 87 +++++++++++++++++++++++ src/pages/raw/handover/returning/model.ts | 3 +- 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..f43ce9b --- /dev/null +++ b/manifest.json @@ -0,0 +1,87 @@ +{ + "name" : "HaierWMS", + "appid" : "__UNI__306D001", + "description" : "", + "versionName" : "0.0.1", + "versionCode" : 1, + "transformPx" : false, + "app-plus" : { + "compatible" : { + "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + }, + /* 5+App特有相关 */ + "modules" : {}, + /* 模块配置 */ + "distribute" : { + /* 应用发布信息 */ + "android" : { + /* android打包配置 */ + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "autoSdkPermissions" : true + }, + "ios" : {}, + /* ios打包配置 */ + "sdkConfigs" : { + "ad" : {} + } + }, + /* SDK配置 */ + "usingComponents" : true + }, + "quickapp" : {}, + /* 快应用特有相关 */ + "mp-weixin" : { + /* 小程序特有相关 */ + "usingComponents" : true, + "appid" : "", + "setting" : { + "urlCheck" : true + } + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "mp-qq" : { + "usingComponents" : true + }, + "h5" : { + "optimization" : { + "treeShaking" : { + "enable" : false + } + }, + "router" : { + "mode" : "hash", + "base" : "/nwp" + } + } +} diff --git a/src/pages/raw/handover/returning/model.ts b/src/pages/raw/handover/returning/model.ts index 880d00d..824caca 100644 --- a/src/pages/raw/handover/returning/model.ts +++ b/src/pages/raw/handover/returning/model.ts @@ -122,7 +122,8 @@ export class ReturningModule extends VuexModule { async tluSubmit(params: any) { await auth.checkPassword({ factoryCode: session.factoryCode as string, - loginName: session.loginName as string, + //loginName: session.loginName as string, + loginName: params.operator, rfPwd: params.rfPwd, }); await http.post(url.tl.u, {