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 @@ + + + + +