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
Commit
be315b3c
authored
May 08, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
chore(api): 切换环境配置为开发模式
将环境配置从生产模式更改为开发模式,以便于本地调试和测试。
parent
e02bd1a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
pages/mine/login.vue
util/api.js
pages/mine/login.vue
View file @
be315b3c
...
...
@@ -50,7 +50,8 @@
{
name
:
'深圳华云数智工业科技有限公司'
,
value
:
3
},
{
name
:
'深圳市粤丰实工业有限公司'
,
value
:
9
},
{
name
:
'深圳工品数字科技有限公司'
,
value
:
10
},
{
name
:
'深圳市猎芯技术有限公司'
,
value
:
7
}
{
name
:
'深圳市猎芯技术有限公司'
,
value
:
7
},
{
name
:
'深圳市易天下电子有限公司'
,
value
:
13
}
],
name
:
''
,
passwd
:
''
,
...
...
util/api.js
View file @
be315b3c
// 环境配置:'production' 正式环境 | 'development' 测试环境
const
ENV
=
'
production
'
;
const
ENV
=
'
development
'
;
// 环境配置映射
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