From 9d7003f28931b92612b2683373df4c3633696aac Mon Sep 17 00:00:00 2001 From: leiyun Date: Fri, 20 Mar 2026 23:12:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/env.js | 8 ++++---- manifest.json | 6 +++--- pages.json | 2 +- pages/index/index.vue | 2 +- pages/login/index.vue | 2 +- pages/profile/profile.vue | 4 ++-- pages/sign/sign.vue | 2 +- static/icon/我的.png | Bin 1330 -> 0 bytes static/icon/我的选中.png | Bin 1395 -> 0 bytes static/icon/首页.png | Bin 971 -> 0 bytes static/icon/首页选中.png | Bin 986 -> 0 bytes static/img/default-avatar.jpg | Bin 104760 -> 0 bytes static/img/index-bg.png | Bin 341022 -> 0 bytes static/img/profile-bg.jpg | Bin 1034066 -> 0 bytes static/logo.png | Bin 64060 -> 0 bytes 15 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 static/icon/我的.png delete mode 100644 static/icon/我的选中.png delete mode 100644 static/icon/首页.png delete mode 100644 static/icon/首页选中.png delete mode 100644 static/img/default-avatar.jpg delete mode 100644 static/img/index-bg.png delete mode 100644 static/img/profile-bg.jpg delete mode 100644 static/logo.png diff --git a/config/env.js b/config/env.js index ba6aad6..cd7e26d 100644 --- a/config/env.js +++ b/config/env.js @@ -5,12 +5,12 @@ const envConf = { }, // 体验版-测试环境 trial: { - BASE_URL: 'http://localhost:8361', + BASE_URL: 'https://cytx.csybhelp.com', }, // 正式版-正式环境 release: { - BASE_URL: 'https://api.pap.com', + BASE_URL: 'https://cytx.csybhelp.com', } } - -export default envConf['develop']; +export default envConf[uni.getAccountInfoSync().miniProgram.envVersion || 'develop']; // 可在此处手 +// export default envConf['develop']; diff --git a/manifest.json b/manifest.json index 6c46a54..f8a1740 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name" : "pap_mini_pharmacy", - "appid" : "__UNI__PHARMA01", - "description" : "药房端小程序", + "name" : "pap_mini_cytx", + "appid" : "__UNI__A0246D1", + "description" : "肠愈同行", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, diff --git a/pages.json b/pages.json index 4506fdd..0edfd05 100644 --- a/pages.json +++ b/pages.json @@ -52,7 +52,7 @@ "path": "pages/sign/sign", "style": { "navigationStyle": "default", - "navigationBarTitleText": "签署协议" + "navigationBarTitleText": "授权签名" } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index 9bb3685..1e98d27 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@