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, {