优化代码

This commit is contained in:
wuxw 2024-12-13 17:45:13 +08:00
parent 50f3c60609
commit 23325a840f
4 changed files with 5 additions and 5 deletions

View File

@ -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支付时这里需要填写支付秘钥

View File

@ -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",

View File

@ -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)';

View File

@ -59,7 +59,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx756f290c9a275224", "appid" : "wxdbca3f17edd8cf70",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },