From 0082eba51fc6f0b94b8abd3b304c931f5e4de4c7 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 22 Sep 2025 11:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 1 + pages/auth/senior.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b7a5b6f..e624837 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,7 @@ "versionName" : "1.0.0", "versionCode" : 100, "transformPx" : false, + "sassImplementationName": "node-sass", "app-plus" : { "compatible" : { "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 diff --git a/pages/auth/senior.vue b/pages/auth/senior.vue index a29750d..8444152 100644 --- a/pages/auth/senior.vue +++ b/pages/auth/senior.vue @@ -89,7 +89,7 @@ export default { this.uploadPercent = 0; this.uploadPercentbol = true; const uploadTask = uni.uploadFile({ - url: 'https://seee.bigtchain.com/api/app/uploadImage', + url: 'https://skyada.skybtcss.com/api/app/uploadImage', filePath: chooseImageRes.tempFiles[0].path, name: 'image', header: { @@ -119,7 +119,7 @@ export default { this.uploadPercent1 = 0; this.uploadPercentbol1 = true; const uploadTask = uni.uploadFile({ - url: 'https://seee.bigtchain.com/api/app/uploadImage', + url: 'https://skyada.skybtcss.com/api/app/uploadImage', filePath: chooseImageRes.tempFiles[0].path, name: 'image', header: {