fix: 修改接口域名

pull/2/head
TianYu 2023-05-22 15:25:27 +08:00
parent 336aef34b6
commit e157121924
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
let domain = 'http://192.168.1.147:48080'
let domain = 'http://yuxy.perrymake.com'
module.exports = {
// 请求域名 格式: https://您的域名
// #ifdef MP
HTTP_REQUEST_URL: domain,
// #endif
HTTP_ADMIN_URL:'http://192.168.1.147:48080', //PC后台的API请求地址上传图片用
HTTP_ADMIN_URL:'http://yuxy.perrymake.com', //PC后台的API请求地址上传图片用
// #ifdef H5
//H5接口是浏览器地址
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,

View File

@ -239,7 +239,7 @@
success: function(res) {
context.drawImage(arrImages, 0, 0, 750, 1190);
context.save();
context.drawImage(code, 110, 925, 140, 140);
context.drawImage(code, 110, 700, 300, 300);
context.restore();
context.setFontSize(28);
context.fillText(nickname, 270, 980);