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 @@