开发完成访客功能

This commit is contained in:
wuxw 2024-05-19 23:20:15 +08:00
parent 413c490690
commit 8faa466021
3 changed files with 4 additions and 7 deletions

View File

@ -15,7 +15,7 @@ const baseUrl = '/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://127.0.0.1:8008/'; const baseUrl = 'http://demo.homecommunity.cn/';
// #endif // #endif
let commonBaseUrl = 'http://demo.homecommunity.cn/'; let commonBaseUrl = 'http://demo.homecommunity.cn/';

View File

@ -80,12 +80,12 @@
"disableHostCheck" : true, "disableHostCheck" : true,
"proxy" : { "proxy" : {
"/app" : { "/app" : {
"target" : "http://127.0.0.1:8008/", // "target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, // "changeOrigin" : true, //
"secure" : true // https "secure" : true // https
}, },
"/callComponent" : { "/callComponent" : {
"target" : "http://127.0.0.1:8008/", // "target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, // "changeOrigin" : true, //
"secure" : true // https "secure" : true // https
} }

View File

@ -110,10 +110,7 @@
* 页面上拉触底事件的处理函数 * 页面上拉触底事件的处理函数
*/ */
onReachBottom: function() { onReachBottom: function() {
if (this.notices.length >= this.page * this.row) {
this.page = this.page + 1;
this._loadActivites();
}
}, },
methods: { methods: {
judgeBindOwnerFun: function() { judgeBindOwnerFun: function() {