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
163b6d5d
Commit
163b6d5d
authored
Feb 10, 2022
by
wcmoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: change api
parent
913383c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
package-lock.json
package-lock.json
+0
-0
UrlPrefix.js
src/config/UrlPrefix.js
+5
-6
No files found.
package-lock.json
View file @
163b6d5d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/config/UrlPrefix.js
View file @
163b6d5d
...
...
@@ -2,7 +2,7 @@ const configModules = {
// 溯源>测试环境
"sy_test"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'http://120.26.174.69:9032/'
,
INERFACE_URL_PREFIX
:
'http://172.16.101.87:467
89
'
,
INERFACE_URL_PREFIX
:
'http://172.16.101.87:467
90
'
,
/**
* 网站入口配置
*/
...
...
@@ -19,7 +19,7 @@ const configModules = {
"sy_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'https://cx.chain33.pro/'
,
// INERFACE_URL_PREFIX: 'https://sy.chain33.pro/api',
INERFACE_URL_PREFIX
:
'
http://121.37.186.245:46789
'
,
INERFACE_URL_PREFIX
:
'
/api
'
,
INDEX
:
{
entry
:
'./src/entry/sy/main.ts'
,
template
:
'./public/sy/index.html'
,
...
...
@@ -116,7 +116,7 @@ const configModules = {
filename
:
'index.html'
}
},
// hl正式环境
// hl正式环境
"hl_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'https://llq.chainchacha.com/'
,
INERFACE_URL_PREFIX
:
'https://chainchacha.com/api'
,
...
...
@@ -136,7 +136,7 @@ const configModules = {
filename
:
'index.html'
}
},
//
//
// boe>演示环境
"boe_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'http://124.70.129.56:8995/'
,
...
...
@@ -167,4 +167,4 @@ const configModules = {
}
},
}
exports
.
model
=
configModules
[
process
.
env
.
VUE_APP_CURRENTMODE
]
\ No newline at end of file
exports
.
model
=
configModules
[
process
.
env
.
VUE_APP_CURRENTMODE
]
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