mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
24645d3e6e
commit
f1e1e64d4d
@ -15,16 +15,16 @@ const baseUrl = '/';
|
|||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
const baseUrl = 'https://crsdt.cn/';
|
const baseUrl = 'https://xytzjt.vip/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
let commonBaseUrl = 'http://crsdt.cn/';
|
let commonBaseUrl = 'https://xytzjt.vip/';
|
||||||
|
|
||||||
//商城的url
|
//商城的url
|
||||||
let mallUrl = 'https://mallapp.crsdt.cn/';
|
let mallUrl = 'https://mallapp.xytzjt.vip/';
|
||||||
|
|
||||||
//商城小程序ID
|
//商城小程序ID
|
||||||
let mallMinAppId = "wxa4211361ca1e1bfb";
|
let mallMinAppId = "wxa6504363be652e26";
|
||||||
|
|
||||||
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
||||||
|
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"appid" : "wx7e46e694ab977a6b",
|
"appid" : "wxfaeb2d6c35347734",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"es6" : false
|
"es6" : false
|
||||||
@ -80,12 +80,12 @@
|
|||||||
"disableHostCheck" : true,
|
"disableHostCheck" : true,
|
||||||
"proxy" : {
|
"proxy" : {
|
||||||
"/app" : {
|
"/app" : {
|
||||||
"target" : "http://demo.homecommunity.cn/", //目标接口域名
|
"target" : "http://127.0.0.1:8008/", //目标接口域名
|
||||||
"changeOrigin" : true, //是否跨域
|
"changeOrigin" : true, //是否跨域
|
||||||
"secure" : true // 设置支持https协议的代理
|
"secure" : true // 设置支持https协议的代理
|
||||||
},
|
},
|
||||||
"/callComponent" : {
|
"/callComponent" : {
|
||||||
"target" : "http://demo.homecommunity.cn/", //目标接口域名
|
"target" : "http://127.0.0.1:8008/", //目标接口域名
|
||||||
"changeOrigin" : true, //是否跨域
|
"changeOrigin" : true, //是否跨域
|
||||||
"secure" : true // 设置支持https协议的代理
|
"secure" : true // 设置支持https协议的代理
|
||||||
}
|
}
|
||||||
|
|||||||
@ -149,7 +149,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style lang="scss">
|
||||||
.heard-location-icon {
|
.heard-location-icon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user