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 1/3] =?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); From 87fc147c0256322320ae66accda4b411d80f63e7 Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Mon, 22 May 2023 16:01:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/manifest.json | 2 +- yudao-ui-app/pages/users/login/index.vue | 2 +- yudao-ui-app/pages/users/register/index.vue | 8 +++++++- yudao-ui-app/pages/users/retrievePassword/index.vue | 10 ++++++++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/yudao-ui-app/manifest.json b/yudao-ui-app/manifest.json index 6dd38c5d8..988523f01 100644 --- a/yudao-ui-app/manifest.json +++ b/yudao-ui-app/manifest.json @@ -1,6 +1,6 @@ { "name" : "创盈云", - "appid" : "__UNI__C8AF139", + "appid" : "__UNI__B5A2217", "description" : "创盈商城", "versionName" : "1.0.0", "versionCode" : 1001, diff --git a/yudao-ui-app/pages/users/login/index.vue b/yudao-ui-app/pages/users/login/index.vue index cf589e614..36d01c63b 100644 --- a/yudao-ui-app/pages/users/login/index.vue +++ b/yudao-ui-app/pages/users/login/index.vue @@ -478,7 +478,7 @@ justify-content: center; width: 100%; height: 87rpx; - margin-top: 137rpx; + margin-top: 237rpx; color: #FFFFFF; font-size: 32rpx; background: linear-gradient(0deg, #E63163 0%, #FF819F 100%); diff --git a/yudao-ui-app/pages/users/register/index.vue b/yudao-ui-app/pages/users/register/index.vue index 264f330af..30b4ba1ce 100644 --- a/yudao-ui-app/pages/users/register/index.vue +++ b/yudao-ui-app/pages/users/register/index.vue @@ -1,7 +1,8 @@