Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Community-Mining-Client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mining
Community-Mining-Client
Commits
37117b3a
Commit
37117b3a
authored
Apr 21, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
env change
parent
a32bdd2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.env.test
.env.test
+4
-1
main.ts
src/main.ts
+1
-1
No files found.
.env.test
View file @
37117b3a
NODE_ENV
=
'development'
#VUE_APP_URL="http://172.16.100.59:8090"
VUE_APP_ENV
=
"test"
VUE_APP_URL
=
"http://172.16.100.59:8092"
VUE_APP_CHAIN
=
"http://172.16.100.247:8801"
VUE_APP_NODE
=
http
://
118.24
.
145.138
:
8801
src/main.ts
View file @
37117b3a
...
...
@@ -8,7 +8,7 @@ import '@/style.css'
import
vconsole
from
'vconsole'
if
(
process
.
env
.
NODE_ENV
===
'developmen
t'
)
{
if
(
process
.
env
.
VUE_APP_ENV
===
'dev'
||
process
.
env
.
VUE_APP_ENV
===
'tes
t'
)
{
new
vconsole
()
}
...
...
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