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
785dcf40
Commit
785dcf40
authored
Dec 14, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增一个hd环境
parent
c0e67e67
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
.env.hd_prod_build
.env.hd_prod_build
+4
-0
package.json
package.json
+1
-0
UrlPrefix.js
src/config/UrlPrefix.js
+2
-2
No files found.
.env.hd_prod_build
0 → 100644
View file @
785dcf40
NODE_ENV = 'production'
VUE_APP_CURRENTMODE = 'hd_prod'
VUE_APP_VERSION = '0'
\ No newline at end of file
package.json
View file @
785dcf40
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
"dev:cs"
:
"vue-cli-service serve --mode cs_test"
,
"dev:cs"
:
"vue-cli-service serve --mode cs_test"
,
"dev:best"
:
"vue-cli-service serve --mode best_test"
,
"dev:best"
:
"vue-cli-service serve --mode best_test"
,
"dev:hd"
:
"vue-cli-service serve --mode hd_test"
,
"dev:hd"
:
"vue-cli-service serve --mode hd_test"
,
"build:hd_prod"
:
"vue-cli-service build --mode hd_prod_build"
,
"build:sy_prod"
:
"vue-cli-service build --mode sy_prod_build"
,
"build:sy_prod"
:
"vue-cli-service build --mode sy_prod_build"
,
"build:cs_prod"
:
"vue-cli-service build --mode cs_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:best_prod"
:
"vue-cli-service build --mode best_prod_build"
,
...
...
src/config/UrlPrefix.js
View file @
785dcf40
...
@@ -77,8 +77,8 @@ const configModules = {
...
@@ -77,8 +77,8 @@ const configModules = {
// www.sy.honordecent.com
// www.sy.honordecent.com
// hd
// hd
"hd_prod"
:
{
"hd_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'https://
www.
cx.honordecent.com/'
,
CHAIN_BROWSER_URL_PREFIX
:
'https://cx.honordecent.com/'
,
INERFACE_URL_PREFIX
:
'https://
www.
sy.honordecent.com/api'
,
INERFACE_URL_PREFIX
:
'https://sy.honordecent.com/api'
,
INDEX
:
{
INDEX
:
{
entry
:
'./src/entry/hd/main.ts'
,
entry
:
'./src/entry/hd/main.ts'
,
template
:
'./public/hd/index.html'
,
template
:
'./public/hd/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