开发完成访客功能

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
//服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://127.0.0.1:8008/';
const baseUrl = 'http://demo.homecommunity.cn/';
// #endif
let commonBaseUrl = 'http://demo.homecommunity.cn/';

View File

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

View File

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