diff --git a/conf/config.js b/conf/config.js index 2b472b4..cd60fa2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,7 +15,7 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://demo.homecommunity.cn/'; +const baseUrl = 'https://wuye.taksongroup.com/'; // #endif let commonBaseUrl = 'http://demo.homecommunity.cn/'; diff --git a/pages/index/authOwnerLog.vue b/pages/index/authOwnerLog.vue index f41342b..779a847 100644 --- a/pages/index/authOwnerLog.vue +++ b/pages/index/authOwnerLog.vue @@ -45,7 +45,7 @@ - + @@ -118,6 +118,6 @@ height: 180rpx; } .to-auth{ - margin-top:300upx + margin-top:20upx }