Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
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
Tracing
source-trace-manage-go
Commits
160875f5
Commit
160875f5
authored
Feb 01, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增环境
parent
2aa1060d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
.env.boe_prod_build
.env.boe_prod_build
+4
-0
package.json
package.json
+1
-0
UrlPrefix.js
src/config/UrlPrefix.js
+12
-0
No files found.
.env.boe_prod_build
0 → 100644
View file @
160875f5
NODE_ENV = 'production'
VUE_APP_CURRENTMODE = 'boe_prod'
VUE_APP_VERSION = '0'
\ No newline at end of file
package.json
View file @
160875f5
...
...
@@ -16,6 +16,7 @@
"build:best_prod"
:
"vue-cli-service build --mode best_prod_build"
,
"build:dl_prod"
:
"vue-cli-service build --mode dl_prod_build"
,
"build:hl_prod"
:
"vue-cli-service build --mode hl_prod_build"
,
"build:boe_prod"
:
"vue-cli-service build --mode boe_prod_build"
,
"deploy:sy"
:
"vue-cli-service build --mode sy_test_build && bash ./sy.sh"
,
"deploy:cs"
:
"vue-cli-service build --mode cs_test_build && bash ./cs.sh"
,
"deploy:best"
:
"vue-cli-service build --mode best_test_build && bash ./best.sh"
,
...
...
src/config/UrlPrefix.js
View file @
160875f5
...
...
@@ -129,6 +129,18 @@ const configModules = {
"boe_test"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'http://120.26.174.69:9032/'
,
INERFACE_URL_PREFIX
:
'http://172.16.101.87:46789'
,
// INERFACE_URL_PREFIX: 'http://192.168.201.98:46789',
INDEX
:
{
entry
:
'./src/entry/boe/main.ts'
,
template
:
'./public/boe/index.html'
,
filename
:
'index.html'
}
},
//
// boe>演示环境
"boe_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'http://121.196.194.47:7688/'
,
INERFACE_URL_PREFIX
:
'http://121.196.194.47:7677'
,
INDEX
:
{
entry
:
'./src/entry/boe/main.ts'
,
template
:
'./public/boe/index.html'
,
...
...
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