mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
50f3c60609
commit
23325a840f
@ -17,12 +17,12 @@ let baseUrl = '/';
|
||||
|
||||
// 腾讯地图Key, h5使用
|
||||
let QQMapKey = '';
|
||||
let commonBaseUrl= 'https://wuye.huilinwan.cn/';
|
||||
let commonBaseUrl= 'https://xytzjt.vip/';
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
//let baseUrl = 'http://demo.homecommunity.cn/';
|
||||
let baseUrl = 'https://wuye.huilinwan.cn/';
|
||||
let baseUrl = 'https://xytzjt.vip/';
|
||||
// #endif
|
||||
|
||||
//app支付时这里需要填写支付秘钥
|
||||
|
||||
@ -205,7 +205,7 @@ export default {
|
||||
|
||||
|
||||
|
||||
queryOwnerAccount: baseUrl+"app/account/queryOwnerAccount",
|
||||
queryOwnerAccount: baseUrl+"app/account.queryCommunityOwnerAccount",
|
||||
useIntegral: baseUrl+"app/integral.useIntegral",
|
||||
listIntegralUserDetail: baseUrl+"app/integral.listIntegralUserDetail",
|
||||
listReserveGoodsConfirmOrder: baseUrl+"app/reserveOrder.listReserveGoodsConfirmOrder",
|
||||
|
||||
@ -29,7 +29,7 @@ export function translate(that, imgSrc, callback) {
|
||||
export function addWaterMark(ctx, width, height) {
|
||||
let _date = new Date();
|
||||
let time = _date.getHours() + ":" + _date.getMinutes();
|
||||
let today = _date.getFullYear() + "-" + (_date.getMonth() + 1) + "-" + _date.getDay();
|
||||
let today = _date.getFullYear() + "-" + (_date.getMonth() + 1) + "-" + _date.getDate();
|
||||
|
||||
ctx.font = '60px Arial';
|
||||
ctx.fillStyle = 'rgba(255, 255, 255, 1)';
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wx756f290c9a275224",
|
||||
"appid" : "wxdbca3f17edd8cf70",
|
||||
"setting" : {
|
||||
"urlCheck" : false
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user