From e1571219249dd1c7d4948b35482d3a4e87030296 Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Mon, 22 May 2023 15:25:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/config/app.js | 4 ++-- yudao-ui-app/pages/users/user_spread_code/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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);