diff --git a/miniprogram/pages/index/index.wxml b/miniprogram/pages/index/index.wxml
index c13e3f0..14aeb33 100644
--- a/miniprogram/pages/index/index.wxml
+++ b/miniprogram/pages/index/index.wxml
@@ -6,16 +6,13 @@
-
-
-
-
+
我的应用
{{item.name}}
-
-
- 园区资讯
-
-
-
- {{item.bannerName}}
- {{item.bannerDesc? item.bannerDesc:""}}
-
-
-
-
-
-
-
-
- 已经没有更多数据啦~
+
+
\ No newline at end of file
diff --git a/miniprogram/pages/login/login.wxml b/miniprogram/pages/login/login.wxml
index bbe7f83..1a43fa3 100644
--- a/miniprogram/pages/login/login.wxml
+++ b/miniprogram/pages/login/login.wxml
@@ -1,10 +1,10 @@
-
-
+
+
+
-
+
-
\ No newline at end of file
diff --git a/miniprogram/pages/login/login.wxss b/miniprogram/pages/login/login.wxss
index bf91a7f..7ac6685 100644
--- a/miniprogram/pages/login/login.wxss
+++ b/miniprogram/pages/login/login.wxss
@@ -1,19 +1,23 @@
.container{
- width: 100vw;
+
+}
+
+.bgImg{
+ width: 750rpx;
height: 100vh;
- background-position: center top;
}
.titleImg{
- border: 1px solid red;
display: block;
- margin: 100rpx auto;
+ position: absolute;
+ top: 150rpx;
+ left: 50%;
+ margin-left: -325rpx;
width: 649rpx;
height: 256rpx;
}
.bottomView{
- border: 1px solid red;
position: absolute;
left: 50%;
bottom: 120rpx;
@@ -23,7 +27,6 @@
}
.loginBtnImg{
- background: gray;
width: 100%;
height: 100%;
position: absolute;
@@ -33,7 +36,6 @@
}
.loginBtn{
- background:blue;
width: 100%;
height: 100%;
position: absolute;
diff --git a/project.private.config.json b/project.private.config.json
index 83e5710..91f8041 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -6,6 +6,13 @@
"condition": {
"miniprogram": {
"list": [
+ {
+ "name": "pages/index/index",
+ "pathName": "pages/index/index",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
+ },
{
"name": "首页",
"pathName": "pages/index/index",