编写登录页面,首页面,入库页面,样式修改,扫码功能实现

This commit is contained in:
赵正易
2024-03-12 17:41:00 +08:00
parent 504e33d447
commit b58b954436
28 changed files with 616 additions and 2025 deletions

View File

@@ -1,8 +1,8 @@
{
"name" : "若依移动端",
"appid" : "__UNI__25A9D80",
"name" : "干巷仓库PDF-APP",
"appid" : "__UNI__A67E78B",
"description" : "",
"versionName" : "1.1.0",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
"app-plus" : {
@@ -14,7 +14,9 @@
"autoclose" : true,
"delay" : 0
},
"modules" : {},
"modules" : {
"Barcode" : {}
},
"distribute" : {
"android" : {
"permissions" : [
@@ -59,15 +61,15 @@
"devServer" : {
"port" : 9090,
"https" : false,
"disableHostCheck":true,
"proxy":{
"/api":{
"target":"http://localhost:8888",
"pathRewrite":{
"^/api": ""
}
}
}
"disableHostCheck" : true,
"proxy" : {
"/api" : {
"target" : "http://localhost:8888",
"pathRewrite" : {
"^/api" : ""
}
}
}
},
"title" : "RuoYi-App",
"router" : {