diff --git a/miniprogram/app.js b/miniprogram/app.js
index 10304e6..b935a26 100644
--- a/miniprogram/app.js
+++ b/miniprogram/app.js
@@ -1,10 +1,10 @@
App({
APPID: 'wxd9f93ef41a607dd5',
// 本地测试时不用加/api
- DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
- IMG_NAME: 'http://192.168.0.11:9227',
- // DOMAIN_NAME: 'http://222.184.49.22:80', //接口域名
- // IMG_NAME: 'http://222.184.49.22:80',
+ // DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
+ // IMG_NAME: 'http://192.168.0.11:9227',
+ DOMAIN_NAME: 'http://222.184.49.22:9227', //接口域名
+ IMG_NAME: 'http://222.184.49.22:9227',
globals: {
refreshMyPages: false,
homedata: {},
diff --git a/miniprogram/pages/index/index.wxml b/miniprogram/pages/index/index.wxml
index 2a6c7e2..24364c6 100644
--- a/miniprogram/pages/index/index.wxml
+++ b/miniprogram/pages/index/index.wxml
@@ -5,6 +5,7 @@
>
+
diff --git a/miniprogram/pages/index/index.wxss b/miniprogram/pages/index/index.wxss
index dbfae96..813cf2c 100644
--- a/miniprogram/pages/index/index.wxss
+++ b/miniprogram/pages/index/index.wxss
@@ -111,6 +111,15 @@
overflow: hidden;
}
+.logoImg {
+ position: fixed;
+ left: 40rpx;
+ top: 40rpx;
+ width: 163rpx;
+ height: 42rpx;
+ z-index: 999;
+}
+
.swiper-box .img {
width: 100%;
height: 100%;