mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-25 14:17:54 +08:00
优化代码
This commit is contained in:
parent
248759272c
commit
cd38c5aabf
@ -288,7 +288,10 @@ export default [
|
||||
}, {
|
||||
"countyCode": "130203",
|
||||
"countyName": "路北区"
|
||||
}, {
|
||||
},{
|
||||
"countyCode": "130273",
|
||||
"countyName": "唐山高新技术产业开发区"
|
||||
},{
|
||||
"countyCode": "130281",
|
||||
"countyName": "遵化市"
|
||||
}, {
|
||||
|
||||
@ -12,10 +12,10 @@
|
||||
// 服务器域名 公众号时,配置为 / 就可以
|
||||
const baseUrl = '/';
|
||||
// #endif
|
||||
const commonBaseUrl = 'http://www.tedo.vip/';
|
||||
const commonBaseUrl = 'https://hc.demo.winqi.cn/';
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
const baseUrl = 'http://www.tedo.vip/';
|
||||
const baseUrl = 'https://hc.demo.winqi.cn/';
|
||||
// #endif
|
||||
|
||||
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
||||
|
||||
@ -234,7 +234,7 @@
|
||||
let _objData = {
|
||||
page: 1,
|
||||
row: 5,
|
||||
communityId: this.communityId
|
||||
locationTypeCd:'2000'
|
||||
};
|
||||
//查询 广告
|
||||
loadAdverts(_objData)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user