Commit bac2313d by liangjianmin

chore(manifest): 更新版本号至 2.9.9

将应用版本号从 2.9.8 更新为 2.9.9,以反映最新的发布版本。
更改环境配置为生产模式,以确保在正式环境中运行。
parent 34edf1f0
Showing with 2 additions and 2 deletions
......@@ -2,7 +2,7 @@
"name" : "wms",
"appid" : "__UNI__655E80D",
"description" : "供应链仓储App",
"versionName" : "2.9.8",
"versionName" : "2.9.9",
"versionCode" : 1,
"transformPx" : false,
/* 5+App特有相关 */
......
// 环境配置:'production' 正式环境 | 'development' 测试环境
const ENV = 'development';
const ENV = 'production';
// 环境配置映射
var ENV_CONFIG = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment