mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化支付功能
This commit is contained in:
parent
bb40eac338
commit
736ce4b436
@ -99,8 +99,8 @@
|
|||||||
page: 1,
|
page: 1,
|
||||||
row: 99,
|
row: 99,
|
||||||
communityId: _communityId,
|
communityId: _communityId,
|
||||||
// acctType:'2003',
|
acctType:'2003',
|
||||||
acctTypes: '2003,2004'
|
|
||||||
}).then((data) => {
|
}).then((data) => {
|
||||||
if (!data) {
|
if (!data) {
|
||||||
_that.accounts = [];
|
_that.accounts = [];
|
||||||
|
|||||||
@ -15,20 +15,20 @@ const baseUrl = '/';
|
|||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
const baseUrl = 'http://demo.homecommunity.cn/';
|
const baseUrl = 'https://crsdt.cn/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
let commonBaseUrl = 'https://crsdt.cn/';
|
||||||
|
|
||||||
//商城的url
|
//商城的url
|
||||||
let mallUrl = 'http://mallapp.homecommunity.cn/';
|
let mallUrl = 'http://mallapp.crsdt.cn/';
|
||||||
|
|
||||||
//商城小程序ID
|
//商城小程序ID
|
||||||
let mallMinAppId = "xx";
|
let mallMinAppId = "xx";
|
||||||
|
|
||||||
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
||||||
|
|
||||||
let DEFAULT_COMMUNITY_ID = "2024122649870005"; //HC测试小区id 用于没有登录时展示相关信息
|
let DEFAULT_COMMUNITY_ID = "2024121997074180"; //HC测试小区id 用于没有登录时展示相关信息
|
||||||
let DEFAULT_COMMUNITY_NAME = "演示小区";
|
let DEFAULT_COMMUNITY_NAME = "演示小区";
|
||||||
|
|
||||||
// APP 或者 公众号 appId
|
// APP 或者 公众号 appId
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"appid" : "wx702e87d56708f858",
|
"appid" : "wx945d6ea60acf8f36",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"es6" : false
|
"es6" : false
|
||||||
@ -80,12 +80,12 @@
|
|||||||
"disableHostCheck" : true,
|
"disableHostCheck" : true,
|
||||||
"proxy" : {
|
"proxy" : {
|
||||||
"/app" : {
|
"/app" : {
|
||||||
"target" : "http://127.0.0.1:8008/", //目标接口域名
|
"target" : "http://mall.jyzctech.com/", //目标接口域名
|
||||||
"changeOrigin" : true, //是否跨域
|
"changeOrigin" : true, //是否跨域
|
||||||
"secure" : true // 设置支持https协议的代理
|
"secure" : true // 设置支持https协议的代理
|
||||||
},
|
},
|
||||||
"/callComponent" : {
|
"/callComponent" : {
|
||||||
"target" : "http://127.0.0.1:8008/", //目标接口域名
|
"target" : "http://mall.jyzctech.com/", //目标接口域名
|
||||||
"changeOrigin" : true, //是否跨域
|
"changeOrigin" : true, //是否跨域
|
||||||
"secure" : true // 设置支持https协议的代理
|
"secure" : true // 设置支持https协议的代理
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user