diff --git a/.gitignore b/.gitignore
index 7f7ecab..37c545c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/OM/unpackage/
+/unpackage/
+
diff --git a/OM/.hbuilderx/launch.json b/.hbuilderx/launch.json
similarity index 100%
rename from OM/.hbuilderx/launch.json
rename to .hbuilderx/launch.json
diff --git a/OM/App.vue b/App.vue
similarity index 100%
rename from OM/App.vue
rename to App.vue
diff --git a/OM/pages/login/login.vue b/OM/pages/login/login.vue
deleted file mode 100644
index 50e2eec..0000000
--- a/OM/pages/login/login.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
- 欢迎登录物业管理系统
-
-
- 登录
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/OM/index.html b/index.html
similarity index 100%
rename from OM/index.html
rename to index.html
diff --git a/OM/main.js b/main.js
similarity index 89%
rename from OM/main.js
rename to main.js
index c1caf36..25a75ad 100644
--- a/OM/main.js
+++ b/main.js
@@ -1,4 +1,4 @@
-import App from './App'
+import App from './App.vue'
// #ifndef VUE3
import Vue from 'vue'
diff --git a/OM/manifest.json b/manifest.json
similarity index 100%
rename from OM/manifest.json
rename to manifest.json
diff --git a/OM/pages.json b/pages.json
similarity index 100%
rename from OM/pages.json
rename to pages.json
diff --git a/OM/pages/index/index.vue b/pages/index/index.vue
similarity index 100%
rename from OM/pages/index/index.vue
rename to pages/index/index.vue
diff --git a/pages/login/login.vue b/pages/login/login.vue
new file mode 100644
index 0000000..d5f1351
--- /dev/null
+++ b/pages/login/login.vue
@@ -0,0 +1,146 @@
+
+
+
+ 欢迎{{status?"登录":"注册"}}物业管理系统
+
+
+ {{status?"登录":"注册"}}
+
+
+
+
+
+
+
+
+
+
+ {{status?"登录":"注册"}}
+
+ {{status?"前往注册":"前往登录"}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OM/static/logo.png b/static/logo.png
similarity index 100%
rename from OM/static/logo.png
rename to static/logo.png
diff --git a/OM/uni.promisify.adaptor.js b/uni.promisify.adaptor.js
similarity index 100%
rename from OM/uni.promisify.adaptor.js
rename to uni.promisify.adaptor.js
diff --git a/OM/uni.scss b/uni.scss
similarity index 100%
rename from OM/uni.scss
rename to uni.scss