From c148d53c0a978588eb296758d5debe1026b12cb1 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 29 Aug 2023 16:24:54 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=8A=E6=88=90=E5=93=81=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 12 ++++++++++++
pages/login/login.vue | 6 +++---
pages/modules/SemifinishedInStore.vue | 19 +++++++++++++++++++
pages/modules/SemifinishedMaterSearch.vue | 19 +++++++++++++++++++
4 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 pages/modules/SemifinishedInStore.vue
create mode 100644 pages/modules/SemifinishedMaterSearch.vue
diff --git a/pages.json b/pages.json
index ae030a4..06ebdbb 100644
--- a/pages.json
+++ b/pages.json
@@ -24,6 +24,18 @@
"navigationStyle": "custom"
}
},
+ {
+ "path" : "pages/modules/SemifinishedInStore",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/modules/SemifinishedMaterSearch",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path" : "pages/modules/equip-inspection",
"style": {
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 653983d..a3db06c 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -84,9 +84,9 @@
})
},
async toLogin() {
- // uni.redirectTo({
- // url: '/pages/home/home'
- // })
+ uni.redirectTo({
+ url: '/pages/home/home'
+ })
this.disabled = true
if (this.user === '') {
uni.showToast({
diff --git a/pages/modules/SemifinishedInStore.vue b/pages/modules/SemifinishedInStore.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/modules/SemifinishedInStore.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/modules/SemifinishedMaterSearch.vue b/pages/modules/SemifinishedMaterSearch.vue
new file mode 100644
index 0000000..239d03a
--- /dev/null
+++ b/pages/modules/SemifinishedMaterSearch.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+