From 671b7eb63dfa0361aef59f8592760c65ff413ca3 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Thu, 22 Jan 2026 11:13:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0manifest=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=B9=B6=E8=B0=83=E6=95=B4=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83baseUrl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/baseUrl.js | 4 ++-- manifest.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/baseUrl.js b/config/baseUrl.js index 17028d24..e460a939 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -3,8 +3,8 @@ let baseUrl = ""; let socketUrl = ""; if (process.env.NODE_ENV === 'development') { // 开发环境 - // baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 - baseUrl = "https://api.nuttyreading.com/"; //线上正式 + baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 + // baseUrl = "https://api.nuttyreading.com/"; //线上正式 } else if (process.env.NODE_ENV === 'production') { // baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 baseUrl = "https://api.nuttyreading.com/"; //线上正式 diff --git a/manifest.json b/manifest.json index 568660b4..dae59115 100644 --- a/manifest.json +++ b/manifest.json @@ -5,10 +5,14 @@ "versionName" : "1.0.06", "versionCode" : 1006, "transformPx" : false, + "sassImplementationName" : "node-sass", /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueStyleCompiler" : "uni-app", + "compatible" : { + "ignoreVersion" : true + }, "compilerVersion" : 3, "splashscreen" : { "alwaysShowBeforeRender" : false,