This commit is contained in:
weipengfei 2024-02-22 18:14:24 +08:00
parent e6e328dfd5
commit 9cc36316aa
2 changed files with 6 additions and 5 deletions

View File

@ -12,8 +12,8 @@ let httpApiSix
let wsApi let wsApi
// 在打包之前请检查当前环境是否正确 // 在打包之前请检查当前环境是否正确
// const env = 'dev'; // 开发 const env = 'dev'; // 开发
const env = 'prod'; // 生产 // const env = 'prod'; // 生产
// const env = 'prew'; // 预上线 // const env = 'prew'; // 预上线
switch (env) { switch (env) {

View File

@ -2,8 +2,8 @@
"name" : "惠农生活", "name" : "惠农生活",
"appid" : "__UNI__3A527D1", "appid" : "__UNI__3A527D1",
"description" : "", "description" : "",
"versionName" : "1.9.0", "versionName" : "1.9.1",
"versionCode" : 190, "versionCode" : 191,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@ -134,7 +134,8 @@
}, },
"oauth" : {}, "oauth" : {},
"ad" : {}, "ad" : {},
"push" : {} "push" : {},
"speech" : {}
}, },
"icons" : { "icons" : {
"android" : { "android" : {