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