打包测试
91
apis/http.js
|
|
@ -1,48 +1,29 @@
|
||||||
const ENV = process.env.NODE_ENV;
|
|
||||||
class HttpConfig {
|
class HttpConfig {
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
// baseUrl = "/api"
|
baseUrl = "/api";
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
// baseUrl = "http://112.29.103.165:21624"
|
// baseUrl = "http://192.168.0.14:21624";
|
||||||
|
baseUrl = "http://192.168.0.56:21627/dev-api";
|
||||||
// baseUrl = "http://192.168.0.14:21624"
|
// baseUrl = "http://192.168.0.14:21624"
|
||||||
// baseUrl = "http://192.168.0.56:21626"
|
|
||||||
// baseUrl = "http://192.168.0.14:18866"
|
|
||||||
// baseUrl = "http://112.29.103.165:21626"
|
// baseUrl = "http://112.29.103.165:21626"
|
||||||
// baseUrl = "http://172.20.10.3:8080"
|
// baseUrl = "http://172.20.10.3:8080"
|
||||||
// baseUrl = "http://10.40.92.9:8080"
|
// baseUrl = "http://10.40.92.8:8080"
|
||||||
// baseUrl = "http://10.40.92.60:28080"
|
|
||||||
// baseUrl = "http://10.40.92.138:28080"
|
|
||||||
// baseUrl = "http://10.40.92.52:28080"
|
// baseUrl = "http://10.40.92.52:28080"
|
||||||
// baseUrl = "http://10.40.92.140:28080"
|
// baseUrl = "http://10.40.92.78:28080"
|
||||||
|
// baseUrl = "http://192.168.2.127:28080"
|
||||||
// baseUrl = "https://z.csgmall.com.cn/gl"
|
// baseUrl = "https://z.csgmall.com.cn/gl"
|
||||||
// baseUrl = "http://192.168.2.160:39080" // 梁超
|
// baseUrl = "http://10.40.92.141:28080"
|
||||||
// baseUrl = "http://192.168.2.218:39080" // 福
|
|
||||||
target = "http://192.168.0.110:39080"; // 开发阶段后台ip
|
|
||||||
// #endif
|
// #endif
|
||||||
// 基地址 (部署时使用 需要加 dev-api)
|
// 基地址
|
||||||
// authPath = `${this.baseUrl}/dev-api/auth`
|
// authPath = `${this.baseUrl}/dev-api/auth`;
|
||||||
// systemPath = `${this.baseUrl}/dev-api/system`
|
// systemPath = `${this.baseUrl}/dev-api/system`;
|
||||||
// basePath = `${this.baseUrl}/dev-api/base`
|
// basePath = `${this.baseUrl}/dev-api/base`;
|
||||||
// materialPath = `${this.baseUrl}/dev-api/material`
|
// materialPath = `${this.baseUrl}/dev-api/material`;
|
||||||
baseUrl =
|
authPath = `${this.baseUrl}/auth`;
|
||||||
ENV === "production"
|
systemPath = `${this.baseUrl}/system`;
|
||||||
? "http://112.29.103.165:21626/dev-api"
|
basePath = `${this.baseUrl}/base`;
|
||||||
: this.target;
|
materialPath = `${this.baseUrl}/material`;
|
||||||
authPath =
|
|
||||||
ENV === "production" ? `${this.baseUrl}/auth` : `${this.baseUrl}/auth`;
|
|
||||||
systemPath =
|
|
||||||
ENV === "production"
|
|
||||||
? `${this.baseUrl}/system`
|
|
||||||
: `${this.baseUrl}/system`;
|
|
||||||
basePath =
|
|
||||||
ENV === "production"
|
|
||||||
? `${this.baseUrl}/material/base`
|
|
||||||
: `${this.baseUrl}/material/base`;
|
|
||||||
materialPath =
|
|
||||||
ENV === "production"
|
|
||||||
? `${this.baseUrl}/material`
|
|
||||||
: `${this.baseUrl}/material`;
|
|
||||||
// 短链
|
// 短链
|
||||||
serviceUrl = {
|
serviceUrl = {
|
||||||
login: {
|
login: {
|
||||||
|
|
@ -52,14 +33,17 @@ class HttpConfig {
|
||||||
},
|
},
|
||||||
user: {
|
user: {
|
||||||
logOut: "/logout", // 退出登录
|
logOut: "/logout", // 退出登录
|
||||||
|
fixPwd: "/user/profile/updatePwd", //修改密码
|
||||||
},
|
},
|
||||||
index: {
|
index: {
|
||||||
noticeCont: "/sysNotice/getList", // 获取公告内容
|
noticeCont: "/sysNotice/getList", // 获取公告内容
|
||||||
singleNotice: "/notice/list", // 查看单个公告
|
singleNotice: "/sysNotice/getById", // 查看单个公告
|
||||||
waitDo: "/app/getToDoList", // 获取待办事项
|
waitDo: "/app/getToDoList", // 获取待办事项
|
||||||
keyData: "/app/getCriticalData", // 获取关键数据
|
keyData: "/app/getCriticalData", // 获取关键数据
|
||||||
getUserInfo: "/user/getInfo", // 获取用户信息
|
getUserInfo: "/user/getInfo", // 获取用户信息
|
||||||
fetchCompanyName: "/dept/getCompanyByAncestors", // 获取公司名称
|
fetchCompanyName: "/dept/getCompanyByAncestors", // 获取公司名称
|
||||||
|
fetchNotice: "/notice/getList", // 获取未读公告
|
||||||
|
uploadNotice: "/notice/addUserId", // 将公告置为已读
|
||||||
},
|
},
|
||||||
fetchMaterial: {
|
fetchMaterial: {
|
||||||
fetchMaterialList: "/type/selectMaTypeListByLevelIndex", // 获取设备列表
|
fetchMaterialList: "/type/selectMaTypeListByLevelIndex", // 获取设备列表
|
||||||
|
|
@ -77,12 +61,12 @@ class HttpConfig {
|
||||||
fetchExamListAll: "/tm_task/getLeaseAuditListAll", // 获取领料申请列表
|
fetchExamListAll: "/tm_task/getLeaseAuditListAll", // 获取领料申请列表
|
||||||
fetchTrueExamList: "/tm_task/getLeaseManageListAll", // 获取领料审批列表
|
fetchTrueExamList: "/tm_task/getLeaseManageListAll", // 获取领料审批列表
|
||||||
fetchTrueExamListCq: "/tm_task/getLeaseManageListAllCq", // 获取重庆领料审批列表
|
fetchTrueExamListCq: "/tm_task/getLeaseManageListAllCq", // 获取重庆领料审批列表
|
||||||
fetchDetailList: "/tm_task/getLeaseListAllCq", // 获取领料明细列表
|
fetchDetailList: "/tm_task/getLeaseListAll", // 获取领料明细列表
|
||||||
fetchConfirmByCq:"/tm_task/updateLeaseTaskStatusConfirmByCq",
|
|
||||||
subExam: "/tm_task/auditLeaseByCompany", // 通过领料审批
|
subExam: "/tm_task/auditLeaseByCompany", // 通过领料审批
|
||||||
subExamCq: "/tm_task/auditLeaseByCompanyCq", // 通过重庆领料审批
|
subExamCq: "/tm_task/auditLeaseByCompanyCq", // 通过重庆领料审批
|
||||||
rejectExam: "/tm_task/rejectLeaseByCompany", // 驳回领料审批
|
rejectExam: "/tm_task/rejectLeaseByCompany", // 驳回领料审批
|
||||||
rejectExamCq: "/tm_task/rejectLeaseByCompanyCq", // 驳回重庆领料审批
|
rejectExamCq: "/tm_task/rejectLeaseByCompanyCq", // 驳回重庆领料审批
|
||||||
|
getRoleList: "/role/list", // 获取审批角色
|
||||||
},
|
},
|
||||||
fetchMaterialOutStore: {
|
fetchMaterialOutStore: {
|
||||||
fetchInfoByCode: "/leaseOutDetails/getMaMachineByCode", // 根据maId获取机具详情
|
fetchInfoByCode: "/leaseOutDetails/getMaMachineByCode", // 根据maId获取机具详情
|
||||||
|
|
@ -91,6 +75,7 @@ class HttpConfig {
|
||||||
subOutStoreArr: "/leaseOutDetails/submitOutRfid", // 领料出库提交-数组
|
subOutStoreArr: "/leaseOutDetails/submitOutRfid", // 领料出库提交-数组
|
||||||
fetchSingleDetail: "/tm_task/getLeaseAuditListDetail", // 根据领料id查询领料申请详情
|
fetchSingleDetail: "/tm_task/getLeaseAuditListDetail", // 根据领料id查询领料申请详情
|
||||||
searchRfid: "/backReceive/rfidCodeQuery", // 查询rfid
|
searchRfid: "/backReceive/rfidCodeQuery", // 查询rfid
|
||||||
|
directOutStore: "/tm_task/outboundCompleted", // 直接完成出库
|
||||||
},
|
},
|
||||||
exitMaterial: {
|
exitMaterial: {
|
||||||
exitDeptList: "/back_apply/getbackUnit", // 获取退料单位,工程列表
|
exitDeptList: "/back_apply/getbackUnit", // 获取退料单位,工程列表
|
||||||
|
|
@ -101,6 +86,7 @@ class HttpConfig {
|
||||||
newExitList: "/back_apply/addBackTask", // 新建退料任务单
|
newExitList: "/back_apply/addBackTask", // 新建退料任务单
|
||||||
selectMaterial: "/back_apply/materialList", // 退料物料选择
|
selectMaterial: "/back_apply/materialList", // 退料物料选择
|
||||||
ifAgreement: "/select/getAgreementInfoById", // 单位id和工程id是否匹配
|
ifAgreement: "/select/getAgreementInfoById", // 单位id和工程id是否匹配
|
||||||
|
audit: "/back_apply/audit", //
|
||||||
},
|
},
|
||||||
exitExam: {
|
exitExam: {
|
||||||
exitExamList: "/back_apply/examineList", // 获取退料审核列表
|
exitExamList: "/back_apply/examineList", // 获取退料审核列表
|
||||||
|
|
@ -109,7 +95,6 @@ class HttpConfig {
|
||||||
rejectExitExam: "/back_apply/refuse", // 拒绝单个审核
|
rejectExitExam: "/back_apply/refuse", // 拒绝单个审核
|
||||||
},
|
},
|
||||||
newInStore: {
|
newInStore: {
|
||||||
// fetchNewInStoreList: '/purchaseInput/list', // 获取新购入库列表
|
|
||||||
fetchNewInStoreList: "/purchaseCheckInfo/putInList", // 获取新购入库列表
|
fetchNewInStoreList: "/purchaseCheckInfo/putInList", // 获取新购入库列表
|
||||||
fetchNewBuyDetail: "/purchaseMacode/putinDetails", // 获取新购入库详情
|
fetchNewBuyDetail: "/purchaseMacode/putinDetails", // 获取新购入库详情
|
||||||
subNewBuy: "/purchaseInput/manageStatus", // 新购明细提交审核
|
subNewBuy: "/purchaseInput/manageStatus", // 新购明细提交审核
|
||||||
|
|
@ -120,8 +105,7 @@ class HttpConfig {
|
||||||
fixExam: "/repair/endRepairTask", // 提交维修审核
|
fixExam: "/repair/endRepairTask", // 提交维修审核
|
||||||
completeFix: "/repair/completeRepair", // 维修完成
|
completeFix: "/repair/completeRepair", // 维修完成
|
||||||
submitFix: "/repair/submitRepairApply", // 提交维修申请
|
submitFix: "/repair/submitRepairApply", // 提交维修申请
|
||||||
// fixCrew: '/repair/getUserSelect', // 获取维修人员
|
fixCrew: "/repair/getUserSelect", // 获取维修人员
|
||||||
fixCrew: "/user/getUserByRoleList", // 获取维修人员
|
|
||||||
maList: "/maPartType/list", // 获取配件树
|
maList: "/maPartType/list", // 获取配件树
|
||||||
fixFactory: "/supplierInfo/getSupplierSelect", // 获取维修厂家
|
fixFactory: "/supplierInfo/getSupplierSelect", // 获取维修厂家
|
||||||
uploadPic: "/sys/file/upload", // 图片上传接口
|
uploadPic: "/sys/file/upload", // 图片上传接口
|
||||||
|
|
@ -134,7 +118,6 @@ class HttpConfig {
|
||||||
},
|
},
|
||||||
backMaterialReceive: {
|
backMaterialReceive: {
|
||||||
backMaterialReceiveList: "/backReceive/getbackReceiveList", // 获取退料接收列表
|
backMaterialReceiveList: "/backReceive/getbackReceiveList", // 获取退料接收列表
|
||||||
// backMaterialReceiveDetail: '/backReceive/receiveView',
|
|
||||||
backMaterialReceiveDetail: "/backReceive/receiveViewWeb",
|
backMaterialReceiveDetail: "/backReceive/receiveViewWeb",
|
||||||
backMaterialSetNumBack: "/backReceive/setNumBack",
|
backMaterialSetNumBack: "/backReceive/setNumBack",
|
||||||
backMaterialQrcodeQuery: "/backReceive/qrcodeQuery",
|
backMaterialQrcodeQuery: "/backReceive/qrcodeQuery",
|
||||||
|
|
@ -144,15 +127,13 @@ class HttpConfig {
|
||||||
seeBackMaterialDetail: "/backReceive/backReceiveRecord", // 查看退料明细
|
seeBackMaterialDetail: "/backReceive/backReceiveRecord", // 查看退料明细
|
||||||
searchRfid: "/backReceive/rfidCodeQuery", // 查询rfid
|
searchRfid: "/backReceive/rfidCodeQuery", // 查询rfid
|
||||||
subRfid: "/backReceive/setRfidCodeBack", // rfid接收
|
subRfid: "/backReceive/setRfidCodeBack", // rfid接收
|
||||||
searchByCode: "/backReceive/getBackMachineApp", // 根据编码查询该工程下的设备
|
|
||||||
searchCodeDevice: "/backReceive/getBackMachine", // 根据编码查询该工程下的设备
|
|
||||||
returnGetRecord: "/backReceive/getRecord", // 根据编码查询该工程下的设备
|
|
||||||
},
|
},
|
||||||
// 报废审核接口
|
// 报废审核接口
|
||||||
crashExam: {
|
crashExam: {
|
||||||
crashExamList: "/scrap/getScrapTaskList",
|
crashExamList: "/scrap/getScrapTaskList",
|
||||||
crashExamDetails: "/scrap/getScrapAuditList",
|
crashExamDetails: "/scrap/getScrapAuditList",
|
||||||
crashExamAudit: "/scrap/audit",
|
// crashExamAudit: '/scrap/audit',
|
||||||
|
crashExamAudit: "/scrap/scrapTaskReview",
|
||||||
},
|
},
|
||||||
//试验检验接口
|
//试验检验接口
|
||||||
testExam: {
|
testExam: {
|
||||||
|
|
@ -167,7 +148,7 @@ class HttpConfig {
|
||||||
subDel: "/appMenu/delMenuById", // 提交删除模块
|
subDel: "/appMenu/delMenuById", // 提交删除模块
|
||||||
},
|
},
|
||||||
searchProjUsing: {
|
searchProjUsing: {
|
||||||
fetchProjUsingList: "/leaseOutDetails/proUseRecord", // 获取工程在用列表
|
fetchProjUsingList: "/projUsingRecord/getProjUsingRecordList", // 获取工程在用列表
|
||||||
},
|
},
|
||||||
searchFetchRecord: {
|
searchFetchRecord: {
|
||||||
fetchRecordList: "/leaseOutDetails/leaseOutRecord", // 获取领用记录列表
|
fetchRecordList: "/leaseOutDetails/leaseOutRecord", // 获取领用记录列表
|
||||||
|
|
@ -177,7 +158,6 @@ class HttpConfig {
|
||||||
},
|
},
|
||||||
rfidBinding: {
|
rfidBinding: {
|
||||||
bindRfid: "/leaseOutDetails/bindMachineByRfid", // rifd绑定
|
bindRfid: "/leaseOutDetails/bindMachineByRfid", // rifd绑定
|
||||||
bindRfidClose: "/leaseOutDetails/delMachineByRfid", // rifd解绑
|
|
||||||
},
|
},
|
||||||
qrcodeBinding: {
|
qrcodeBinding: {
|
||||||
bindQrcode: "/leaseOutDetails/bindMachineByQrCode", // 二维码绑定
|
bindQrcode: "/leaseOutDetails/bindMachineByQrCode", // 二维码绑定
|
||||||
|
|
@ -187,6 +167,21 @@ class HttpConfig {
|
||||||
indexScan: {
|
indexScan: {
|
||||||
infoByCode: "/machine/getMachineByQrCode", // 首页根据二维码查询设备信息
|
infoByCode: "/machine/getMachineByQrCode", // 首页根据二维码查询设备信息
|
||||||
},
|
},
|
||||||
|
preCrashExam: {
|
||||||
|
fetchPreCrashList: "/scrap/getScrapApplyList", //获取预报废审核列表
|
||||||
|
fetchPreCrashDetail: "/scrap/getScrapRefuseList", //获取预报废审核列表详情
|
||||||
|
submitPreExam: "/scrap/forecastWasteAudit", //提交审核
|
||||||
|
},
|
||||||
|
preCrashList: {
|
||||||
|
fetchPreSubList: "/scrap/getScrapTaskList", // 获取预报废提交列表
|
||||||
|
fetchDeptTree: "/user/deptTree", // 获取部门树状结构
|
||||||
|
submitCrashTask: "/scrap/submitScrapTask", // 预报废列表提交报废
|
||||||
|
},
|
||||||
|
serviceCenterExam: {
|
||||||
|
fetchCenterList: "/purchaseCheckServiceCenter/putInList", // 获取综合服务中心审核列表
|
||||||
|
fetchCenterDetail: "/purchaseCheckServiceCenter/putinDetails", //获取综合服务中心列表详情
|
||||||
|
examCenterRecord: "/purchaseCheckServiceCenter/manageStatus", // 审核综合服务中心任务
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name" : "智慧仓储",
|
"name" : "智慧仓储",
|
||||||
"appid" : "__UNI__9D122E1",
|
"appid" : "__UNI__4D60EE5",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.1.1",
|
"versionName" : "1.1.1",
|
||||||
"versionCode" : 111,
|
"versionCode" : 111,
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
https://app.liuyingyong.cn/build/download/841579d0-a58a-11ef-8495-5fbb5a4bbb03
|
https://app.liuyingyong.cn/build/download/65a2e320-b6cd-11ef-910e-e942a4440b59
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
andrCertfile=D:/HBuilderX.3.98.2023112510/HBuilderX/plugins/app-safe-pack/Test.keystore
|
andrCertfile=D:/Program Files/HBuilderX/plugins/app-safe-pack/Test.keystore
|
||||||
andrCertAlias=android
|
andrCertAlias=android
|
||||||
andrCertPass=ep/Tdjka4Y7WYqDB6/S7dw==
|
andrCertPass=ep/Tdjka4Y7WYqDB6/S7dw==
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
|
@ -1,25 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="zh-CN">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<script>
|
|
||||||
var __UniViewStartTime__ = Date.now();
|
|
||||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
|
|
||||||
CSS.supports('top: constant(a)'))
|
|
||||||
document.write(
|
|
||||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
|
||||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
|
||||||
</script>
|
|
||||||
<title>View</title>
|
|
||||||
<link rel="stylesheet" href="view.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="app"></div>
|
|
||||||
<script src="__uniappes6.js"></script>
|
|
||||||
<script src="view.umd.min.js"></script>
|
|
||||||
<script src="app-view.js"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];c<i.length;c++)l=i[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);f&&f(r);while(s.length)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var p=t[i];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={"app-config":0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var i=this["webpackJsonp"]=this["webpackJsonp"]||[],p=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var f=p;t()})([]);
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__9D122E1","name":"智慧仓储","version":{"name":"1.1.1","code":111},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Camera":{},"Barcode":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"autoclose":true,"delay":0,"target":"id:1","waiting":true},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"},"prerendered":"false"}},"google":{"permissions":["<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\" />","<uses-permission android:name=\"android.permission.READ_LOGS\\\" />","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\\\" />"],"packagename":"uni.UNI9D122E1","custompermissions":true},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSCameraUsageDescription":"该应用需要扫描二维码或拍照,是否允许打开相机","NSLocationAlwaysAndWhenInUseUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSLocationAlwaysUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSLocationWhenInUseUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSMicrophoneUsageDescription":"该应用需要使用您的麦克风,以便视频录音","NSPhotoLibraryAddUsageDescription":"该应用上传照片信息时需要访问您的相册","NSPhotoLibraryUsageDescription":"该应用上传照片信息时需要访问您的相册"},"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":"portrait-primary"},"nativePlugins":{"DeviceModule":{}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.29","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html","adid":"129363090506"}}
|
|
||||||
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 212 KiB |
|
Before Width: | Height: | Size: 524 KiB |
|
Before Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 199 KiB |
|
Before Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 529 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 863 B |
|
Before Width: | Height: | Size: 921 B |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
|
@ -1 +1 @@
|
||||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__9D122E1","name":"智慧仓储","version":{"name":"1.1.1","code":111},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Camera":{},"Barcode":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\" />","<uses-permission android:name=\"android.permission.READ_LOGS\\\" />","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\\\" />"]},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSPhotoLibraryUsageDescription":"该应用上传照片信息时需要访问您的相册","NSPhotoLibraryAddUsageDescription":"该应用上传照片信息时需要访问您的相册","NSCameraUsageDescription":"该应用需要扫描二维码或拍照,是否允许打开相机","NSMicrophoneUsageDescription":"该应用需要使用您的麦克风,以便视频录音","NSLocationWhenInUseUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSLocationAlwaysUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSLocationAlwaysAndWhenInUseUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息"}},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{"DeviceModule":{"__plugin_info__":{"name":"DeviceModule","description":"DeviceModule","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.29","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
|
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__4D60EE5","name":"智慧仓储","version":{"name":"1.1.1","code":111},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Camera":{},"Barcode":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"google":{"permissions":["<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\" />","<uses-permission android:name=\"android.permission.READ_LOGS\\\" />","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\\\" />"]},"apple":{"dSYMs":false,"idfa":false,"privacyDescription":{"NSPhotoLibraryUsageDescription":"该应用上传照片信息时需要访问您的相册","NSPhotoLibraryAddUsageDescription":"该应用上传照片信息时需要访问您的相册","NSCameraUsageDescription":"该应用需要扫描二维码或拍照,是否允许打开相机","NSMicrophoneUsageDescription":"该应用需要使用您的麦克风,以便视频录音","NSLocationWhenInUseUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSLocationAlwaysUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息","NSLocationAlwaysAndWhenInUseUsageDescription":"该应用需要使用您的地理位置,以便为您提供当前位置信息"}},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"nativePlugins":{},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.29","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
|
||||||