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
1cf70bac
Commit
1cf70bac
authored
Dec 25, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增dl环境
parent
5a58d07f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
.env.dl_prod_build
.env.dl_prod_build
+4
-0
package.json
package.json
+1
-0
UrlPrefix.js
src/config/UrlPrefix.js
+12
-0
No files found.
.env.dl_prod_build
0 → 100644
View file @
1cf70bac
NODE_ENV = 'production'
VUE_APP_CURRENTMODE = 'dl_prod'
VUE_APP_VERSION = '0'
\ No newline at end of file
package.json
View file @
1cf70bac
...
...
@@ -12,6 +12,7 @@
"build:sy_prod"
:
"vue-cli-service build --mode sy_prod_build"
,
"build:cs_prod"
:
"vue-cli-service build --mode cs_prod_build"
,
"build:best_prod"
:
"vue-cli-service build --mode best_prod_build"
,
"build:dl_prod"
:
"vue-cli-service build --mode dl_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 @
1cf70bac
...
...
@@ -95,5 +95,16 @@ const configModules = {
filename
:
'index.html'
}
},
// 浏览器:https://browser.scdliot.com
// 用户端:https://user.scdliot.com
"dl_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'https://browser.scdliot.com/'
,
INERFACE_URL_PREFIX
:
'https://user.scdliot.com/api'
,
INDEX
:
{
entry
:
'./src/entry/dl/main.ts'
,
template
:
'./public/dl/index.html'
,
filename
:
'index.html'
}
},
}
exports
.
model
=
configModules
[
process
.
env
.
VUE_APP_CURRENTMODE
]
\ No newline at end of file
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