From 632767c16ce79e95e027f332cd9f19cee9bade65 Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Wed, 22 Jun 2022 09:40:34 +0800
Subject: [PATCH] =?UTF-8?q?app2.0=EF=BC=9A=E5=A2=9E=E5=8A=A0=E2=80=9C?=
=?UTF-8?q?=E6=89=AB=E6=8F=8F=E8=B5=84=E4=BA=A7=E4=BA=8C=E7=BB=B4=E7=A0=81?=
=?UTF-8?q?=E2=80=9D=E5=8A=9F=E8=83=BD=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LearunApp-2.2.0/.hbuilderx/launch.json | 16 ++
.../LearunApp-2.2.0/config.js | 4 +-
.../LearunApp-2.2.0/pages.json | 13 ++
.../ScanAssetQRCode/from.vue | 195 ++++++++++++++++++
.../ScanAssetQRCode/list.vue | 47 +++++
5 files changed, 273 insertions(+), 2 deletions(-)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/from.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/list.vue
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json
new file mode 100644
index 000000000..582561b0c
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json
@@ -0,0 +1,16 @@
+{ // 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"
+ },
+ "type" : "uniCloud"
+ }
+ ]
+}
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
index f44498f0f..4f26dbe40 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
@@ -16,11 +16,11 @@ export default {
// "http://localhost:8088/"
// ],
"apiHost": [
- "http://localhost:8088/"
+ "http://192.168.10.45:8088/"
],
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
- { username: "system", password: "123456" }
+ { username: "system", password: "www.qj.com" }
],
//是否分布式部署 指WebApi与Web不在一台服务器
"isDistributed":true,
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
index 7d4284706..ca770f873 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -1074,6 +1074,19 @@
"style": {
"navigationBarTitleText": "详情"
}
+ },
+ //扫描资产二维码
+ {
+ "path": "pages/AssetManagementSystem/ScanAssetQRCode/list",
+ "style": {
+ "navigationBarTitleText": "扫描资产二维码"
+ }
+ },
+ {
+ "path": "pages/AssetManagementSystem/ScanAssetQRCode/from",
+ "style": {
+ "navigationBarTitleText": "资产详情"
+ }
}
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/from.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/from.vue
new file mode 100644
index 000000000..6012d11be
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/from.vue
@@ -0,0 +1,195 @@
+
+
+ 资产信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/list.vue
new file mode 100644
index 000000000..ad9ee3b79
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/ScanAssetQRCode/list.vue
@@ -0,0 +1,47 @@
+
+
+
+ 扫码
+
+
+
+
+
+
+