diff --git a/yudao-ui-app/config/app.js b/yudao-ui-app/config/app.js index cd2ed590d..d42b88408 100644 --- a/yudao-ui-app/config/app.js +++ b/yudao-ui-app/config/app.js @@ -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, diff --git a/yudao-ui-app/pages/users/user_spread_code/index.vue b/yudao-ui-app/pages/users/user_spread_code/index.vue index 7c5b59cf5..81605e4f1 100644 --- a/yudao-ui-app/pages/users/user_spread_code/index.vue +++ b/yudao-ui-app/pages/users/user_spread_code/index.vue @@ -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);