mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
开发完成访客功能
This commit is contained in:
parent
413c490690
commit
8faa466021
@ -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/';
|
||||
|
||||
@ -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协议的代理
|
||||
}
|
||||
|
||||
@ -110,10 +110,7 @@
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function() {
|
||||
if (this.notices.length >= this.page * this.row) {
|
||||
this.page = this.page + 1;
|
||||
this._loadActivites();
|
||||
}
|
||||
|
||||
},
|
||||
methods: {
|
||||
judgeBindOwnerFun: function() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user