Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
You need to sign in or sign up before continuing.
Commit
bac2313d
authored
Jun 01, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
chore(manifest): 更新版本号至 2.9.9
将应用版本号从 2.9.8 更新为 2.9.9,以反映最新的发布版本。 更改环境配置为生产模式,以确保在正式环境中运行。
parent
34edf1f0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
manifest.json
util/api.js
manifest.json
View file @
bac2313d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"name"
:
"wms"
,
"name"
:
"wms"
,
"appid"
:
"__UNI__655E80D"
,
"appid"
:
"__UNI__655E80D"
,
"description"
:
"供应链仓储App"
,
"description"
:
"供应链仓储App"
,
"versionName"
:
"2.9.
8
"
,
"versionName"
:
"2.9.
9
"
,
"versionCode"
:
1
,
"versionCode"
:
1
,
"transformPx"
:
false
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
/*
5
+App特有相关
*/
...
...
util/api.js
View file @
bac2313d
// 环境配置:'production' 正式环境 | 'development' 测试环境
// 环境配置:'production' 正式环境 | 'development' 测试环境
const
ENV
=
'
development
'
;
const
ENV
=
'
production
'
;
// 环境配置映射
// 环境配置映射
var
ENV_CONFIG
=
{
var
ENV_CONFIG
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment